]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
range-diff: make --dual-color the default mode
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 13 Aug 2018 11:33:30 +0000 (04:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 17:44:52 +0000 (10:44 -0700)
commit275267937bdbb8611e8872d64adebe7587c6fa5a
treeed238128eeb22ec7ce75c77f4915ebe047a6aef7
parentd1f87a2d9c4877ada003c231b92de7560eab62ed
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>
Documentation/git-range-diff.txt
builtin/range-diff.c
contrib/completion/git-completion.bash