From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:38 +0000 (+0000) Subject: completion: complete --line-prefix X-Git-Tag: v2.42.0-rc0~71^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a4d45324614ab96754636e545fa054dac09d9f5;p=thirdparty%2Fgit.git completion: complete --line-prefix 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 7246ced14a..13d6730f33 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1757,7 +1757,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 + --irreversible-delete --line-prefix " # Options for diff/difftool