Browse Source
"git revert" learns "--reference" option to use more human-readable reference to the commit it reverts in the message template it prepares for the user. * jc/revert-show-parent-info: revert: --reference should apply only to 'revert', not 'cherry-pick' revert: optionally refer to commit in the "reference" formatmaint

6 changed files with 85 additions and 5 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
revert.reference:: |
||||
Setting this variable to true makes `git revert` to behave |
||||
as if the `--reference` option is given. |
Loading…
Reference in new issue