summaryrefslogtreecommitdiff
path: root/color.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-241-0/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* config: mark unused callback parametersJeff King2022-08-191-1/+1
* color: allow colors to be prefixed with "reset"Robert Estelle2021-10-281-7/+11
* color: support "default" to restore fg/bg colorRobert Estelle2021-10-281-1/+22
* color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha2020-02-111-1/+6
* color.c: support bright aixterm colorsEyal Soha2020-02-111-8/+28
* color.c: refactor color_output argumentsEyal Soha2020-02-111-13/+21
* color: protect against out-of-bounds reads and writesEric Sunshine2018-08-031-0/+3
* Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\
| * Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
* | color: introduce support for colorizing stderrJohannes Schindelin2018-04-241-9/+11
|/
* color.h: document and modernize headersb/color-h-cleanupStefan Beller2018-02-131-7/+0
* refactor "dumb" terminal determinationLars Schneider2017-12-041-2/+1
* Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-1/+9
|\
| * Revert "color: check color.ui in git_default_config()"Jeff King2017-10-171-0/+8
| * Revert "color: make "always" the same as "auto" in config"Jeff King2017-10-171-1/+1
* | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-autoJunio C Hamano2017-10-041-1/+1
|\ \ | |/
| * color: make "always" the same as "auto" in configJeff King2017-10-041-1/+1
* | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-0/+7
|\ \ | |/ |/|
| * ThreadSanitizer: add suppressionsma/ts-cleanupsMartin Ågren2017-08-231-0/+7
* | color: check color.ui in git_default_config()Jeff King2017-07-131-8/+0
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano2017-02-021-1/+11
|\
| * color_parse_mem: allow empty color specJeff King2017-01-311-2/+4
| * color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy2017-01-191-1/+6
| * color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy2017-01-191-0/+3
* | Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano2016-09-121-1/+1
|\ \ | |/ |/|
| * color_parse_mem: initialize "struct color" temporaryjk/squelch-false-warning-from-gcc-o3Jeff King2016-08-311-1/+1
* | Merge branch 'jk/ansi-color'Junio C Hamano2016-07-111-10/+25
|\ \ | |/ |/|
| * color: support strike-through attributejk/ansi-colorJeff King2016-06-231-1/+2
| * color: support "italic" attributeJeff King2016-06-231-0/+1
| * color: allow "no-" for negating attributesJeff King2016-06-231-1/+3
| * color: refactor parse_attrJeff King2016-06-231-10/+21
* | color: add color_set helper for copying raw colorsJeff King2015-10-051-0/+5
* | color: add overflow checks for parsing colorsJeff King2015-10-051-15/+26
|/
* parse_color: fix return value for numeric color values 0-8Jeff King2015-01-201-0/+1
* parse_color: drop COLOR_BACKGROUND macroJeff King2014-12-091-5/+4
* parse_color: recognize "no$foo" to clear the $foo attributeJeff King2014-11-201-3/+5
* parse_color: support 24-bit RGB valuesJeff King2014-11-201-1/+28
* parse_color: refactor color storageJeff King2014-11-201-32/+106
* color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-141-7/+6
* make color.ui default to 'auto'Matthieu Moy2013-06-101-1/+1
* want_color: automatically fallback to color.uiJeff King2011-08-191-2/+5
* diff: don't load color config in plumbingJeff King2011-08-191-1/+9