summaryrefslogtreecommitdiff
path: root/color.c
Commit message (Expand)AuthorAgeFilesLines
* make color.ui default to 'auto'Matthieu Moy2013-06-101-1/+1
* want_color: automatically fallback to color.uiJeff King2011-08-191-2/+5
* diff: don't load color config in plumbingJeff King2011-08-191-1/+9
* color: delay auto-color decision until point of useJeff King2011-08-191-2/+18
* git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-181-5/+6
* Share color list between graph and show-branchDan McGee2011-04-041-0/+22
* wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-081-0/+9
* default color.status.branch to "same as header"Jeff King2010-12-101-0/+5
* diff: add --word-diff option that generalizes --color-wordsThomas Rast2010-04-141-28/+0
* Merge branch 'jc/color-attrs'Junio C Hamano2010-03-201-8/+16
|\
| * color: allow multiple attributesJunio C Hamano2010-03-071-8/+16
* | Add an optional argument for --color optionsMark Lodato2010-02-181-0/+3
* | Clean up use of ANSI color sequencesArjen Laarhoven2009-02-131-5/+3
|/
* Merge branch 'js/diff-color-words'Junio C Hamano2009-01-251-0/+28
|\
| * Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin2009-01-171-0/+28
* | Optimize color_parse_memRené Scharfe2009-01-191-17/+21
* | color: make it easier for non-config to parse color specsJeff King2009-01-171-1/+8
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-0/+12
* Fix parsing numeric color valuesTimo Hirvonen2008-02-061-1/+1
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-111-1/+1
* git config --get-colorboolJunio C Hamano2007-12-051-2/+4
* "color.diff = true" is not "always" anymore.Junio C Hamano2007-11-281-13/+19
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-191-9/+9
* simplify inclusion of system header files.Junio C Hamano2006-12-201-4/+1
* Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-081-0/+176