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