From 8885532abb0d34e5e7d77b255df53914361b64d9 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Mon, 26 Jun 2023 16:24:36 +0000 Subject: [PATCH] completion: complete --irreversible-delete Signed-off-by: Philippe Blain Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b4d0643b04..e74636ebe8 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1757,6 +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 " # Options for diff/difftool -- 2.11.4.GIT