Skip to content

Commit 20827d9

Browse files
toofishesgitster
authored andcommitted
completion: add --graph to log command completion
Signed-off-by: Dan McGee <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 037e98f commit 20827d9

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
@@ -761,6 +761,7 @@ _git_log ()
761761
--pretty= --name-status --name-only --raw
762762
--not --all
763763
--left-right --cherry-pick
764+
--graph
764765
"
765766
return
766767
;;

0 commit comments

Comments
 (0)