Skip to content

Commit f044297

Browse files
committed
Merge branch 'mg/complete-cherry-mark-to-log'
The completion scripts (in contrib/) did not include the "--cherry-mark" option when completing "git log <HT>". * mg/complete-cherry-mark-to-log: completion: complete --cherry-mark for git log
2 parents b330051 + d3bfbf9 commit f044297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ _git_log ()
14581458
--relative-date --date=
14591459
--pretty= --format= --oneline
14601460
--show-signature
1461+
--cherry-mark
14611462
--cherry-pick
14621463
--graph
14631464
--decorate --decorate=

0 commit comments

Comments
 (0)