summary refs log tree commit diff
path: root/color.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-28color: allow colors to be prefixed with "reset"Robert Estelle1-7/+11
2021-10-28color: support "default" to restore fg/bg colorRobert Estelle1-1/+22
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha1-1/+6
2020-02-11color.c: support bright aixterm colorsEyal Soha1-8/+28
2020-02-11color.c: refactor color_output argumentsEyal Soha1-13/+21
2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-2/+2
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin1-9/+11
2018-02-13color.h: document and modernize headerStefan Beller1-7/+0
2017-12-04refactor "dumb" terminal determinationLars Schneider1-2/+1
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano1-1/+9
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King1-0/+8
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King1-1/+1
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano1-1/+1
2017-10-04color: make "always" the same as "auto" in configJeff King1-1/+1
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano1-0/+7
2017-08-23ThreadSanitizer: add suppressionsMartin Ågren1-0/+7
2017-07-13color: check color.ui in git_default_config()Jeff King1-8/+0
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano1-1/+11
2017-01-31color_parse_mem: allow empty color specJeff King1-2/+4
2017-01-19color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy1-1/+6
2017-01-19color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy1-0/+3
2016-09-12Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano1-1/+1
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King1-1/+1
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano1-10/+25
2016-06-23color: support strike-through attributeJeff King1-1/+2
2016-06-23color: support "italic" attributeJeff King1-0/+1
2016-06-23color: allow "no-" for negating attributesJeff King1-1/+3
2016-06-23color: refactor parse_attrJeff King1-10/+21
2015-10-05color: add color_set helper for copying raw colorsJeff King1-0/+5
2015-10-05color: add overflow checks for parsing colorsJeff King1-15/+26
2015-01-20parse_color: fix return value for numeric color values 0-8Jeff King1-0/+1
2014-12-09parse_color: drop COLOR_BACKGROUND macroJeff King1-5/+4
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King1-3/+5
2014-11-20parse_color: support 24-bit RGB valuesJeff King1-1/+28
2014-11-20parse_color: refactor color storageJeff King1-32/+106
2014-10-14color_parse: do not mention variable name in error messageJeff King1-7/+6
2013-06-10make color.ui default to 'auto'Matthieu Moy1-1/+1
2011-08-19want_color: automatically fallback to color.uiJeff King1-2/+5
2011-08-19diff: don't load color config in plumbingJeff King1-1/+9
2011-08-19color: delay auto-color decision until point of useJeff King1-2/+18
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King1-5/+6
2011-04-04Share color list between graph and show-branchDan McGee1-0/+22
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+9
2010-12-10default color.status.branch to "same as header"Jeff King1-0/+5
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast1-28/+0
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano1-8/+16
2010-03-07color: allow multiple attributesJunio C Hamano1-8/+16