Compare commits

...

3 commits

Author SHA1 Message Date
2e244c2192 Merge remote-tracking branch 'origin/entomologist-data' into entomologist-data
* origin/entomologist-data:
  update 'state' in issue 093e87e8049b93bfa2d8fcd544cae75f
  update 'assignee' in issue 1ebdee0502937bf934bb0d72256dbdd1
2025-07-09 13:02:43 -06:00
8cea4cfd0f update 'description' in issue fd81241f795333b64e7911cfb1b57c8f 2025-07-09 13:02:40 -06:00
9abfea06cc update 'description' in issue 5fe71e27727f4243dc997e63b9a02971 2025-07-09 12:58:30 -06:00
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
add a way to see how an issue has changed over time
Maybe `ent log ISSUE` (and `ent log COMMENT`)?
This could be a thinly veiled wrapper around:
`git log entomologist-data -- ISSUE`

View file

@ -1 +1,8 @@
commit messages in the `entomologist-data` branch could be better
It'd be nice to be able to look at the `git log --oneline` of an issue dir and see:
* creating the issue
* editing the issue
* changing state or assignee
* adding a comment
* editing a comment