Skip to content

Commit 544ea7f

Browse files
phil-blaingitster
authored andcommitted
completion: complete missing 'git log' options
Some options specific to 'git log' are missing from the Bash completion script. Add them to _git_log. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6d1bfcd commit 544ea7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,6 +2180,8 @@ _git_log ()
21802180
--no-walk --no-walk= --do-walk
21812181
--parents --children
21822182
--expand-tabs --expand-tabs= --no-expand-tabs
2183+
--clear-decorations --decorate-refs=
2184+
--decorate-refs-exclude=
21832185
$merge
21842186
$__git_diff_common_options
21852187
"

0 commit comments

Comments
 (0)