summaryrefslogtreecommitdiffstats
path: root/color.h (follow)
Commit message (Expand)AuthorAgeLines
* color: allow colors to be prefixed with "reset"Robert Estelle2021-10-28-0/+1
* color: support "default" to restore fg/bg colorRobert Estelle2021-10-28-0/+4
* color: add missing GIT_COLOR_* white/black constantsRobert Estelle2021-10-28-0/+8
* range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin2018-08-13-0/+6
* color: add the meta color GIT_COLOR_REVERSEJohannes Schindelin2018-08-13-0/+1
* color: introduce support for colorizing stderrJohannes Schindelin2018-04-24-1/+3
* color.h: document and modernize headerStefan Beller2018-02-13-5/+29
* diff.c: add dimming to moved line detectionStefan Beller2017-06-30-0/+2
* Merge branch 'js/color-on-windows-comment'Junio C Hamano2016-07-11-5/+0
|\
| * color.h: remove obsolete comment about limitations on WindowsJohannes Schindelin2016-06-28-5/+0
* | Merge branch 'jk/ansi-color'Junio C Hamano2016-07-11-6/+9
|\ \
| * | color: support strike-through attributeJeff King2016-06-23-2/+2
| * | color: support "italic" attributeJeff King2016-06-23-1/+2
| * | color: fix max-size commentJeff King2016-06-23-5/+7
| |/
* / color: add color_set helper for copying raw colorsJeff King2015-10-05-0/+7
|/
* parse_color: recognize "no$foo" to clear the $foo attributeJeff King2014-11-20-2/+2
* parse_color: support 24-bit RGB valuesJeff King2014-11-20-3/+3
* color_parse: do not mention variable name in error messageJeff King2014-10-14-2/+2
* want_color: automatically fallback to color.uiJeff King2011-08-19-5/+0
* diff: don't load color config in plumbingJeff King2011-08-19-1/+3
* color: delay auto-color decision until point of useJeff King2011-08-19-0/+11
* git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-18-1/+7
* Share color list between graph and show-branchDan McGee2011-04-04-0/+3
* wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-08-0/+3
* default color.status.branch to "same as header"Jeff King2010-12-10-0/+5
* diff: add --word-diff option that generalizes --color-wordsThomas Rast2010-04-14-1/+0
* Merge branch 'ml/color-grep'Junio C Hamano2010-03-20-0/+11
|\
| * Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato2010-03-07-0/+11
* | Merge branch 'jc/color-attrs'Junio C Hamano2010-03-20-2/+14
|\ \ | |/ |/|
| * color: allow multiple attributesJunio C Hamano2010-03-07-2/+14
* | Add a notice that only certain functions can print color escape codesJohannes Sixt2009-11-27-0/+5
* | Check the format of more printf-type functionsTarmigan Casebolt2009-11-15-0/+2
* | graph API: Added logic for colored edgesAllan Caffee2009-04-13-0/+1
* | Clean up use of ANSI color sequencesArjen Laarhoven2009-02-13-0/+10
|/
* Merge branch 'js/diff-color-words'Junio C Hamano2009-01-25-0/+1
|\
| * Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin2009-01-17-0/+1
* | color: make it easier for non-config to parse color specsJeff King2009-01-17-1/+2
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14-1/+1
* Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18-0/+11
* git config --get-colorboolJunio C Hamano2007-12-05-1/+1
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-19-2/+2
* Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-08-0/+12