]> git.ipfire.org Git - thirdparty/git.git/commit - color.c
color: allow "no-" for negating attributes
authorJeff King <peff@peff.net>
Thu, 23 Jun 2016 17:38:44 +0000 (13:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2016 18:32:51 +0000 (11:32 -0700)
commit5621068f3d3c537b79b76201928c0b06025479ee
treedbb28952f325a01983a48efb2de98682fa165159
parentdf8e472cc1bbd14a60d22b0b124f07046c6e1fa2
color: allow "no-" for negating attributes

Using "no-bold" rather than "nobold" is easier to read and
more natural to type (to me, anyway, even though I was the
person who introduced "nobold" in the first place). It's
easy to allow both.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
color.c
t/t4026-color.sh