Skip to content

Commit 23903b9

Browse files
committed
Merge branch 'sg/complete-decorate-full-not-long' into maint
The completion for "log --decorate=" parameter value was incorrect. * sg/complete-decorate-full-not-long: completion: fix and update 'git log --decorate=' options
2 parents a2e5c79 + af16bda commit 23903b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ _git_log ()
14481448
return
14491449
;;
14501450
--decorate=*)
1451-
__gitcomp "long short" "" "${cur##--decorate=}"
1451+
__gitcomp "full short no" "" "${cur##--decorate=}"
14521452
return
14531453
;;
14541454
--*)

0 commit comments

Comments
 (0)