diff options
author | Philippe Blain <levraiphilippeblain@gmail.com> | 2023-06-26 18:24:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-06-26 18:40:10 +0200 |
commit | 6a38b0a0dc4e874bb3b1fb2bfe5aa04b140f9a96 (patch) | |
tree | 658d0ddf7d1ef0d568fc04ad66a7cf31039dafb2 | |
parent | completion: add comments describing __git_diff_* globals (diff) | |
download | git-6a38b0a0dc4e874bb3b1fb2bfe5aa04b140f9a96.tar.xz git-6a38b0a0dc4e874bb3b1fb2bfe5aa04b140f9a96.zip |
completion: complete --break-rewrites
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 90fe292459..f07b00b9c6 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1753,7 +1753,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --diff-algorithm= --submodule --submodule= --ignore-submodules --indent-heuristic --no-indent-heuristic - --textconv --no-textconv + --textconv --no-textconv --break-rewrites --patch --no-patch --anchored= " |