summaryrefslogtreecommitdiff
path: root/t/t4026-color.sh
AgeCommit message (Expand)AuthorFilesLines
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsLibravatar Eyal Soha1-0/+4
2020-02-11color.c: support bright aixterm colorsLibravatar Eyal Soha1-0/+8
2017-01-31color_parse_mem: allow empty color specLibravatar Jeff King1-1/+6
2016-06-23color: support strike-through attributeLibravatar Jeff King1-2/+2
2016-06-23color: support "italic" attributeLibravatar Jeff King1-2/+3
2016-06-23color: allow "no-" for negating attributesLibravatar Jeff King1-0/+4
2015-03-20t: wrap complicated expect_code users in a blockLibravatar Jeff King1-3/+3
2015-01-20parse_color: fix return value for numeric color values 0-8Libravatar Jeff King1-0/+4
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeLibravatar Jeff King1-0/+11
2014-11-20parse_color: support 24-bit RGB valuesLibravatar Jeff King1-0/+4
2014-11-20t4026: test "normal" colorLibravatar Jeff King1-0/+8
2010-10-06t4026 (color): remove unneeded and unchained commandLibravatar Elijah Newren1-1/+0
2010-03-20Merge branch 'jc/color-attrs'Libravatar Junio C Hamano1-4/+11
2010-03-07color: allow multiple attributesLibravatar Junio C Hamano1-4/+11
2009-12-16ignore unknown color configurationLibravatar Jeff King1-0/+17
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen1-0/+69