summaryrefslogtreecommitdiff
path: root/contrib/completion
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-08-13 11:33:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-13 17:44:52 (GMT)
commit275267937bdbb8611e8872d64adebe7587c6fa5a (patch)
treeed238128eeb22ec7ce75c77f4915ebe047a6aef7 /contrib/completion
parentd1f87a2d9c4877ada003c231b92de7560eab62ed (diff)
downloadgit-275267937bdbb8611e8872d64adebe7587c6fa5a.zip
git-275267937bdbb8611e8872d64adebe7587c6fa5a.tar.gz
git-275267937bdbb8611e8872d64adebe7587c6fa5a.tar.bz2
range-diff: make --dual-color the default mode
After using this command extensively for the last two months, this developer came to the conclusion that even if the dual color mode still leaves a lot of room for confusion about what was actually changed, the non-dual color mode is substantially worse in that regard. Therefore, we really want to make the dual color mode the default. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 3d4ec34..d63d2df 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1981,7 +1981,7 @@ _git_range_diff ()
case "$cur" in
--*)
__gitcomp "
- --creation-factor= --dual-color
+ --creation-factor= --no-dual-color
$__git_diff_common_options
"
return