diff options
| author | Philippe Blain <levraiphilippeblain@gmail.com> | 2023-06-26 16:24:36 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-26 09:40:12 -0700 |
| commit | 8885532abb0d34e5e7d77b255df53914361b64d9 (patch) | |
| tree | e509f5ca5c33361371645b032c2134e7ae81e1d2 /contrib/completion | |
| parent | b454ed2c5df3f7ed0648fcb33f8104b7f4eea6af (diff) | |
| download | git-8885532abb0d34e5e7d77b255df53914361b64d9.tar.gz | |
completion: complete --irreversible-delete
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion')
| -rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
