summaryrefslogtreecommitdiffstats
path: root/t/t4026-color.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* color: add support for 12-bit RGB colorsBeat Bolli2024-05-021-4/+6
* t/t4026-color: add test coverage for invalid RGB colorsBeat Bolli2024-05-021-0/+18
* t/t4026-color: remove an extra double quote characterBeat Bolli2024-05-021-1/+1
* color: allow colors to be prefixed with "reset"Robert Estelle2021-10-281-0/+4
* color: support "default" to restore fg/bg colorRobert Estelle2021-10-281-0/+12
* leak tests: mark various "generic" tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2021-10-131-0/+2
* color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha2020-02-111-0/+4
* color.c: support bright aixterm colorsEyal Soha2020-02-111-0/+8
* color_parse_mem: allow empty color specJeff King2017-02-011-1/+6
* color: support strike-through attributeJeff King2016-06-231-2/+2
* color: support "italic" attributeJeff King2016-06-231-2/+3
* color: allow "no-" for negating attributesJeff King2016-06-231-0/+4
* t: wrap complicated expect_code users in a blockJeff King2015-03-201-3/+3
* parse_color: fix return value for numeric color values 0-8Jeff King2015-01-211-0/+4
* parse_color: recognize "no$foo" to clear the $foo attributeJeff King2014-11-201-0/+11
* parse_color: support 24-bit RGB valuesJeff King2014-11-201-0/+4
* t4026: test "normal" colorJeff King2014-11-201-0/+8
* t4026 (color): remove unneeded and unchained commandElijah Newren2010-10-061-1/+0
* Merge branch 'jc/color-attrs'Junio C Hamano2010-03-201-4/+11
|\
| * color: allow multiple attributesJunio C Hamano2010-03-071-4/+11
* | ignore unknown color configurationJeff King2009-12-161-0/+17
|/
* Fix parsing numeric color valuesTimo Hirvonen2008-02-061-0/+69