From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:28 +0000 (+0000) Subject: completion: complete --combined-all-paths X-Git-Tag: v2.42.0-rc0~71^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de4898d7d8b9674d14a5f12ac567d033e378326c;p=thirdparty%2Fgit.git completion: complete --combined-all-paths 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 b61c54e37f..58ce64de9e 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1754,7 +1754,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --submodule --submodule= --ignore-submodules --indent-heuristic --no-indent-heuristic --textconv --no-textconv --break-rewrites - --patch --no-patch --cc + --patch --no-patch --cc --combined-all-paths --anchored= "