From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:40 +0000 (+0000) Subject: completion: complete --no-stat X-Git-Tag: v2.42.0-rc0~71^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5727be06c6df7aca70dd02636c7e3d619febbd1f;p=thirdparty%2Fgit.git completion: complete --no-stat Signed-off-by: Philippe Blain Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index f4e773cb99..ec2e4c9e71 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1758,7 +1758,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --textconv --no-textconv --break-rewrites --patch --no-patch --cc --combined-all-paths --anchored= --compact-summary --ignore-matching-lines= - --irreversible-delete --line-prefix + --irreversible-delete --line-prefix --no-stat " # Options for diff/difftool