Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | color: support strike-through attributejk/ansi-color | Jeff King | 2016-06-23 | 1 | -2/+2 |
* | color: support "italic" attribute | Jeff King | 2016-06-23 | 1 | -2/+3 |
* | color: allow "no-" for negating attributes | Jeff King | 2016-06-23 | 1 | -0/+4 |
* | t: wrap complicated expect_code users in a block | Jeff King | 2015-03-20 | 1 | -3/+3 |
* | parse_color: fix return value for numeric color values 0-8 | Jeff King | 2015-01-20 | 1 | -0/+4 |
* | parse_color: recognize "no$foo" to clear the $foo attribute | Jeff King | 2014-11-20 | 1 | -0/+11 |
* | parse_color: support 24-bit RGB values | Jeff King | 2014-11-20 | 1 | -0/+4 |
* | t4026: test "normal" colorjk/colors-fix | Jeff King | 2014-11-20 | 1 | -0/+8 |
* | t4026 (color): remove unneeded and unchained command | Elijah Newren | 2010-10-06 | 1 | -1/+0 |
* | Merge branch 'jc/color-attrs' | Junio C Hamano | 2010-03-20 | 1 | -4/+11 |
|\ | |||||
| * | color: allow multiple attributes | Junio C Hamano | 2010-03-07 | 1 | -4/+11 |
* | | ignore unknown color configuration | Jeff King | 2009-12-16 | 1 | -0/+17 |
|/ | |||||
* | Fix parsing numeric color values | Timo Hirvonen | 2008-02-06 | 1 | -0/+69 |