aboutsummaryrefslogtreecommitdiff
path: root/color.c
Commit message (Expand)AuthorAge
* refactor "dumb" terminal determinationLars Schneider2017-12-04
* Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-18
|\
| * Revert "color: check color.ui in git_default_config()"Jeff King2017-10-17
| * Revert "color: make "always" the same as "auto" in config"Jeff King2017-10-17
* | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-04
|\ \ | |/
| * color: make "always" the same as "auto" in configJeff King2017-10-04
* | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-10
|\ \ | |/ |/|
| * ThreadSanitizer: add suppressionsMartin Ågren2017-08-23
* | color: check color.ui in git_default_config()Jeff King2017-07-13
|/
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano2017-02-02
|\
| * color_parse_mem: allow empty color specJeff King2017-01-31
| * color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy2017-01-19
| * color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy2017-01-19
* | Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano2016-09-12
|\ \ | |/ |/|
| * color_parse_mem: initialize "struct color" temporaryJeff King2016-08-31
* | Merge branch 'jk/ansi-color'Junio C Hamano2016-07-11
|\ \ | |/ |/|
| * color: support strike-through attributeJeff King2016-06-23
| * color: support "italic" attributeJeff King2016-06-23
| * color: allow "no-" for negating attributesJeff King2016-06-23
| * color: refactor parse_attrJeff King2016-06-23
* | color: add color_set helper for copying raw colorsJeff King2015-10-05
* | color: add overflow checks for parsing colorsJeff King2015-10-05
|/
* parse_color: fix return value for numeric color values 0-8Jeff King2015-01-20
* parse_color: drop COLOR_BACKGROUND macroJeff King2014-12-09
* parse_color: recognize "no$foo" to clear the $foo attributeJeff King2014-11-20
* parse_color: support 24-bit RGB valuesJeff King2014-11-20
* parse_color: refactor color storageJeff King2014-11-20
* color_parse: do not mention variable name in error messageJeff King2014-10-14
* make color.ui default to 'auto'Matthieu Moy2013-06-10
* want_color: automatically fallback to color.uiJeff King2011-08-19
* diff: don't load color config in plumbingJeff King2011-08-19
* color: delay auto-color decision until point of useJeff King2011-08-19
* git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-18
* Share color list between graph and show-branchDan McGee2011-04-04
* wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-08
* default color.status.branch to "same as header"Jeff King2010-12-10
* diff: add --word-diff option that generalizes --color-wordsThomas Rast2010-04-14
* Merge branch 'jc/color-attrs'Junio C Hamano2010-03-20
|\
| * color: allow multiple attributesJunio C Hamano2010-03-07
* | Add an optional argument for --color optionsMark Lodato2010-02-18
* | Clean up use of ANSI color sequencesArjen Laarhoven2009-02-13
|/
* Merge branch 'js/diff-color-words'Junio C Hamano2009-01-25
|\
| * Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin2009-01-17
* | Optimize color_parse_memRené Scharfe2009-01-19
* | color: make it easier for non-config to parse color specsJeff King2009-01-17
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18
* Fix parsing numeric color valuesTimo Hirvonen2008-02-06
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-11