Skip to content

Commit 8fd2cfa

Browse files
bebarinogitster
authored andcommitted
completion: add dirstat and friends to diff options
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af4e9e8 commit 8fd2cfa

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
@@ -927,6 +927,8 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
927927
--inter-hunk-context=
928928
--patience
929929
--raw
930+
--dirstat --dirstat= --dirstat-by-file
931+
--dirstat-by-file= --cumulative
930932
"
931933

932934
_git_diff ()

0 commit comments

Comments
 (0)