aboutsummaryrefslogtreecommitdiffstats
path: root/color.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28config: inline git_color_default_configGlen Choo1-5/+1
2021-10-28color: allow colors to be prefixed with "reset"Robert Estelle1-0/+1
2021-10-28color: support "default" to restore fg/bg colorRobert Estelle1-0/+4
2021-10-28color: add missing GIT_COLOR_* white/black constantsRobert Estelle1-0/+8
2018-08-13range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin1-0/+6
2018-08-13color: add the meta color GIT_COLOR_REVERSEJohannes Schindelin1-0/+1
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin1-1/+3
2018-02-13color.h: document and modernize headerStefan Beller1-5/+29
2017-06-30diff.c: add dimming to moved line detectionStefan Beller1-0/+2
2016-07-11Merge branch 'js/color-on-windows-comment'Junio C Hamano1-5/+0
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano1-6/+9
2016-06-28color.h: remove obsolete comment about limitations on WindowsJohannes Schindelin1-5/+0
2016-06-23color: support strike-through attributeJeff King1-2/+2
2016-06-23color: support "italic" attributeJeff King1-1/+2
2016-06-23color: fix max-size commentJeff King1-5/+7
2015-10-05color: add color_set helper for copying raw colorsJeff King1-0/+7
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King1-2/+2
2014-11-20parse_color: support 24-bit RGB valuesJeff King1-3/+3
2014-10-14color_parse: do not mention variable name in error messageJeff King1-2/+2
2011-08-19want_color: automatically fallback to color.uiJeff King1-5/+0
2011-08-19diff: don't load color config in plumbingJeff King1-1/+3
2011-08-19color: delay auto-color decision until point of useJeff King1-0/+11
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King1-1/+7
2011-04-04Share color list between graph and show-branchDan McGee1-0/+3
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+3
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-1/+0
2010-03-20Merge branch 'ml/color-grep'Junio C Hamano1-0/+11
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano1-2/+14
2010-03-07color: allow multiple attributesJunio C Hamano1-2/+14
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato1-0/+11
2009-11-27Add a notice that only certain functions can print color escape codesJohannes Sixt1-0/+5
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-0/+2
2009-04-13graph API: Added logic for colored edgesAllan Caffee1-0/+1
2009-02-13Clean up use of ANSI color sequencesArjen Laarhoven1-0/+10
2009-01-25Merge branch 'js/diff-color-words'Junio C Hamano1-0/+1
2009-01-17color: make it easier for non-config to parse color specsJeff King1-1/+2
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin1-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+11
2007-12-05git config --get-colorboolJunio C Hamano1-1/+1
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg1-2/+2
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King1-0/+12