update 'description' in issue a26da230276d317e85f9fcca41c19d2e

This commit is contained in:
Sebastian Kuzminsky 2025-07-07 12:34:35 -06:00
parent 4da0a0788d
commit af02457041

View file

@ -0,0 +1,17 @@
`ent edit ${ISSUE}` with no change fails
After the user closes the editor, ent blindly tries to commit, which
fails like this:
```
stdout: On branch entomologist-data
nothing to commit, working tree clean
stderr:
Error: Failed to run git
Caused by:
Oops, something went wrong
```
Probably we should run `git status` after the editor finishes, to see
if there's anything to commit.