update 'description' in issue a26da230276d317e85f9fcca41c19d2e
This commit is contained in:
parent
4da0a0788d
commit
af02457041
1 changed files with 17 additions and 0 deletions
17
a26da230276d317e85f9fcca41c19d2e/description
Normal file
17
a26da230276d317e85f9fcca41c19d2e/description
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue