mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:36:38 +08:00
c6f8f430d7
Handles the case when reword is called and the `commit --amend` invokes the pre-commit hook, when there is no stash the `git stash pop -q` in that case leaves the rebase in an odd state. Fixes by only calling the stash pop if changes were saved.