commit | 5621068f3d3c537b79b76201928c0b06025479ee | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu Jun 23 13:38:44 2016 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 11:32:51 2016 -0700 |
tree | dbb28952f325a01983a48efb2de98682fa165159 | |
parent | df8e472cc1bbd14a60d22b0b124f07046c6e1fa2 [diff] |
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>