From: Philippe Blain Date: Sun, 21 Jan 2024 04:07:49 +0000 (+0000) Subject: completion: complete --patch-with-raw X-Git-Tag: v2.44.0-rc0~31^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e419b0578aec45ba332a5d260442c409f73091d;p=thirdparty%2Fgit.git completion: complete --patch-with-raw 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 6108d523a1..ccb17f4ad7 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1807,7 +1807,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --output= --output-indicator-context= --output-indicator-new= --output-indicator-old= --ws-error-highlight= - --pickaxe-all --pickaxe-regex + --pickaxe-all --pickaxe-regex --patch-with-raw " # Options for diff/difftool