Hi,
Here's a scenario:
- git reflow start sl-test
- git commit
- git commit
- git reflow review
- EDITOR pops up, I replace sl-test with description of feature
- save/close editor
- (later)
- git commit
- git commit
- git reflow review
- EDITOR pops up, populated with sl-test (again)
Expected: no EDITOR pops up on second run of review (I suppose?... I assume that because I already set the description on the first review, I don't need to do it again)
Actual: EDITOR pops up on second run of review, populated with original branch name
Thanks for your thoughts!
Hi,
Here's a scenario:
Expected: no EDITOR pops up on second run of review (I suppose?... I assume that because I already set the description on the first review, I don't need to do it again)
Actual: EDITOR pops up on second run of review, populated with original branch name
Thanks for your thoughts!