Skip to content

Commit b5c3edc

Browse files
phil-blaingitster
authored andcommitted
completion: complete --output-indicator-{context,new,old}
Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8fe2bd7 commit b5c3edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,8 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
17591759
--patch --no-patch --cc --combined-all-paths
17601760
--anchored= --compact-summary --ignore-matching-lines=
17611761
--irreversible-delete --line-prefix --no-stat
1762-
--output=
1762+
--output= --output-indicator-context=
1763+
--output-indicator-new= --output-indicator-old=
17631764
"
17641765

17651766
# Options for diff/difftool

0 commit comments

Comments
 (0)