summary refs log tree commit diff
path: root/t/t4026-color.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-28color: allow colors to be prefixed with "reset"Robert Estelle1-0/+4
2021-10-28color: support "default" to restore fg/bg colorRobert Estelle1-0/+12
2021-10-12leak tests: mark various "generic" tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+2
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha1-0/+4
2020-02-11color.c: support bright aixterm colorsEyal Soha1-0/+8
2017-01-31color_parse_mem: allow empty color specJeff King1-1/+6
2016-06-23color: support strike-through attributeJeff King1-2/+2
2016-06-23color: support "italic" attributeJeff King1-2/+3
2016-06-23color: allow "no-" for negating attributesJeff King1-0/+4
2015-03-20t: wrap complicated expect_code users in a blockJeff King1-3/+3
2015-01-20parse_color: fix return value for numeric color values 0-8Jeff King1-0/+4
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King1-0/+11
2014-11-20parse_color: support 24-bit RGB valuesJeff King1-0/+4
2014-11-20t4026: test "normal" colorJeff King1-0/+8
2010-10-06t4026 (color): remove unneeded and unchained commandElijah Newren1-1/+0
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano1-4/+11
2010-03-07color: allow multiple attributesJunio C Hamano1-4/+11
2009-12-16ignore unknown color configurationJeff King1-0/+17
2008-02-06Fix parsing numeric color valuesTimo Hirvonen1-0/+69