mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
15cd6d3a25
Check that cherry-pick and rebase call the 'prepare-commit-msg' hook
correctly. The expected values for the hook arguments are taken to
match the current master branch. I think there is scope for improving
the arguments passed so they make a bit more sense - for instance
cherry-pick currently passes different arguments depending on whether
the commit message is being edited. Also the arguments for rebase
could be improved. Commit
|
||
---|---|---|
.. | ||
expected-rebase-i | ||
expected-rebase-p |