summaryrefslogtreecommitdiff
path: root/color.h
AgeCommit message (Expand)Author
2018-08-13range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin
2018-08-13color: add the meta color GIT_COLOR_REVERSEJohannes Schindelin
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin
2018-02-13color.h: document and modernize headerStefan Beller
2017-06-30diff.c: add dimming to moved line detectionStefan Beller
2016-07-11Merge branch 'js/color-on-windows-comment'Junio C Hamano
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano
2016-06-28color.h: remove obsolete comment about limitations on WindowsJohannes Schindelin
2016-06-23color: support strike-through attributeJeff King
2016-06-23color: support "italic" attributeJeff King
2016-06-23color: fix max-size commentJeff King
2015-10-05color: add color_set helper for copying raw colorsJeff 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-10-14color_parse: do not mention variable name in error messageJeff King
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 'ml/color-grep'Junio C Hamano
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano
2010-03-07color: allow multiple attributesJunio C Hamano
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato
2009-11-27Add a notice that only certain functions can print color escape codesJohannes Sixt
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-04-14graph API: Added logic for colored edgesAllan Caffee
2009-02-14Clean up use of ANSI color sequencesArjen Laarhoven
2009-01-26Merge branch 'js/diff-color-words'Junio C Hamano
2009-01-18color: make it easier for non-config to parse color specsJeff King
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2007-12-06git config --get-colorboolJunio C Hamano
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King