From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:26 +0000 (+0000) Subject: completion: complete --break-rewrites X-Git-Tag: v2.42.0-rc0~71^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a38b0a0dc4e874bb3b1fb2bfe5aa04b140f9a96;p=thirdparty%2Fgit.git completion: complete --break-rewrites 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 90fe292459..f07b00b9c6 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1753,7 +1753,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --diff-algorithm= --submodule --submodule= --ignore-submodules --indent-heuristic --no-indent-heuristic - --textconv --no-textconv + --textconv --no-textconv --break-rewrites --patch --no-patch --anchored= "