summaryrefslogtreecommitdiff
path: root/color.c
AgeCommit message (Expand)Author
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 'jc/color-attrs'Junio C Hamano
2010-03-07color: allow multiple attributesJunio C Hamano
2010-02-19Add an optional argument for --color optionsMark Lodato
2009-02-14Clean up use of ANSI color sequencesArjen Laarhoven
2009-01-26Merge branch 'js/diff-color-words'Junio C Hamano
2009-01-20Optimize color_parse_memRené Scharfe
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
2008-02-06Fix parsing numeric color valuesTimo Hirvonen
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King
2007-12-06git config --get-colorboolJunio C Hamano
2007-11-29"color.diff = true" is not "always" anymore.Junio C Hamano
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King