summaryrefslogtreecommitdiff
path: root/color.c
AgeCommit message (Expand)Author
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha
2020-02-11color.c: support bright aixterm colorsEyal Soha
2020-02-11color.c: refactor color_output argumentsEyal Soha
2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin
2018-02-13color.h: document and modernize headerStefan Beller
2017-12-04refactor "dumb" terminal determinationLars Schneider
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano
2017-10-04color: make "always" the same as "auto" in configJeff King
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano
2017-08-23ThreadSanitizer: add suppressionsMartin Ågren
2017-07-13color: check color.ui in git_default_config()Jeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano
2017-02-01color_parse_mem: allow empty color specJeff King
2017-01-19color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy
2017-01-19color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy
2016-09-12Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano
2016-06-23color: support strike-through attributeJeff King
2016-06-23color: support "italic" attributeJeff King
2016-06-23color: allow "no-" for negating attributesJeff King
2016-06-23color: refactor parse_attrJeff King
2015-10-05color: add color_set helper for copying raw colorsJeff King
2015-10-05color: add overflow checks for parsing colorsJeff King
2015-01-20parse_color: fix return value for numeric color values 0-8Jeff King
2014-12-09parse_color: drop COLOR_BACKGROUND macroJeff King
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King
2014-11-20parse_color: support 24-bit RGB valuesJeff King
2014-11-20parse_color: refactor color storageJeff King
2014-10-14color_parse: do not mention variable name in error messageJeff King
2013-06-10make color.ui default to 'auto'Matthieu Moy
2011-08-19want_color: automatically fallback to color.uiJeff King
2011-08-19diff: don't load color config in plumbingJeff King
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King
2011-04-05Share color list between graph and show-branchDan McGee
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder
2010-12-10default color.status.branch to "same as header"Jeff King
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano
2010-03-07color: allow multiple attributesJunio C Hamano
2010-02-19Add an optional argument for --color optionsMark Lodato
2009-02-14Clean up use of ANSI color sequencesArjen Laarhoven