Skip to content

Commit 216120a

Browse files
zippy2gitster
authored andcommitted
git-completion.bash: Autocomplete --minimal and --histogram for git-diff
Even though --patience was already there, we missed --minimal and --histogram for some reason. Signed-off-by: Michal Privoznik <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94702dd commit 216120a

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
@@ -1031,7 +1031,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
10311031
--no-ext-diff
10321032
--no-prefix --src-prefix= --dst-prefix=
10331033
--inter-hunk-context=
1034-
--patience
1034+
--patience --histogram --minimal
10351035
--raw
10361036
--dirstat --dirstat= --dirstat-by-file
10371037
--dirstat-by-file= --cumulative

0 commit comments

Comments
 (0)