summaryrefslogtreecommitdiff
path: root/t/t4026-color.sh
AgeCommit message (Expand)Author
2017-02-01color_parse_mem: allow empty color specJeff King
2016-06-23color: support strike-through attributeJeff King
2016-06-23color: support "italic" attributeJeff King
2016-06-23color: allow "no-" for negating attributesJeff King
2015-03-20t: wrap complicated expect_code users in a blockJeff King
2015-01-20parse_color: fix return value for numeric color values 0-8Jeff King
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King
2014-11-20parse_color: support 24-bit RGB valuesJeff King
2014-11-20t4026: test "normal" colorJeff King
2010-10-06t4026 (color): remove unneeded and unchained commandElijah Newren
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano
2010-03-07color: allow multiple attributesJunio C Hamano
2009-12-16ignore unknown color configurationJeff King
2008-02-06Fix parsing numeric color valuesTimo Hirvonen