diff options
author | Thomas Braun <thomas.braun@virtuell-zuhause.de> | 2016-01-20 18:34:58 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-20 16:18:02 -0800 |
commit | e6414b464520595a4ecb8b89a58d609850777671 (patch) | |
tree | f7caf56be96a7a5cb1124ba1f8982024d844fbc2 | |
parent | Git 2.5.4 (diff) | |
download | tgif-e6414b464520595a4ecb8b89a58d609850777671.tar.xz |
completion: complete "diff --word-diff-regex="
Signed-off-by: Thomas Braun <thomas.braun@virtuell-zuhause.de>
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 c97c648d7e..612e30b00a 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1168,7 +1168,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary --no-prefix --src-prefix= --dst-prefix= --inter-hunk-context= --patience --histogram --minimal - --raw --word-diff + --raw --word-diff --word-diff-regex= --dirstat --dirstat= --dirstat-by-file --dirstat-by-file= --cumulative --diff-algorithm= |