mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
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.