aboutsummaryrefslogtreecommitdiffstats
path: root/color.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10make color.ui default to 'auto'Matthieu Moy1-1/+1
2011-08-19want_color: automatically fallback to color.uiJeff King1-2/+5
2011-08-19diff: don't load color config in plumbingJeff King1-1/+9
2011-08-19color: delay auto-color decision until point of useJeff King1-2/+18
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King1-5/+6
2011-04-04Share color list between graph and show-branchDan McGee1-0/+22
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+9
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-28/+0
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano1-8/+16
2010-03-07color: allow multiple attributesJunio C Hamano1-8/+16
2010-02-18Add an optional argument for --color optionsMark Lodato1-0/+3
2009-02-13Clean up use of ANSI color sequencesArjen Laarhoven1-5/+3
2009-01-25Merge branch 'js/diff-color-words'Junio C Hamano1-0/+28
2009-01-19Optimize color_parse_memRené Scharfe1-17/+21
2009-01-17color: make it easier for non-config to parse color specsJeff King1-1/+8
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin1-0/+28
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+12
2008-02-06Fix parsing numeric color valuesTimo Hirvonen1-1/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+1
2007-12-05git config --get-colorboolJunio C Hamano1-2/+4
2007-11-28"color.diff = true" is not "always" anymore.Junio C Hamano1-13/+19
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg1-9/+9
2006-12-20simplify inclusion of system header files.Junio C Hamano1-4/+1
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King1-0/+176