From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:35 +0000 (+0000) Subject: completion: complete --ignore-matching-lines X-Git-Tag: v2.42.0-rc0~71^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b454ed2c5df3f7ed0648fcb33f8104b7f4eea6af;p=thirdparty%2Fgit.git completion: complete --ignore-matching-lines 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 2610a55487..b4d0643b04 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1756,7 +1756,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= --compact-summary + --anchored= --compact-summary --ignore-matching-lines= " # Options for diff/difftool