Skip to content

Commit b928e48

Browse files
szedergitster
authored andcommitted
completion: offer '--(no-)patch' among 'git log' options
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f6775f commit b928e48

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
@@ -1860,6 +1860,7 @@ _git_log ()
18601860
$merge
18611861
$__git_diff_common_options
18621862
--pickaxe-all --pickaxe-regex
1863+
--patch --no-patch
18631864
"
18641865
return
18651866
;;

0 commit comments

Comments
 (0)