From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:29 +0000 (+0000) Subject: completion: complete --compact-summary X-Git-Tag: v2.42.0-rc0~71^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9058649a9c3e80ce726d419fe9ae49ee18b538;p=thirdparty%2Fgit.git completion: complete --compact-summary 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 58ce64de9e..4c43d13eef 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1755,7 +1755,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --indent-heuristic --no-indent-heuristic --textconv --no-textconv --break-rewrites --patch --no-patch --cc --combined-all-paths - --anchored= + --anchored= --compact-summary " # Options for diff/difftool