summaryrefslogtreecommitdiff
path: root/color.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-20Merge branch 'jc/color-attrs'Libravatar Junio C Hamano1-8/+16
2010-03-07color: allow multiple attributesLibravatar Junio C Hamano1-8/+16
2010-02-18Add an optional argument for --color optionsLibravatar Mark Lodato1-0/+3
2009-02-13Clean up use of ANSI color sequencesLibravatar Arjen Laarhoven1-5/+3
2009-01-25Merge branch 'js/diff-color-words'Libravatar Junio C Hamano1-0/+28
2009-01-19Optimize color_parse_memLibravatar René Scharfe1-17/+21
2009-01-17color: make it easier for non-config to parse color specsLibravatar Jeff King1-1/+8
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyLibravatar Johannes Schindelin1-0/+28
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+2
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-0/+12
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen1-1/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableLibravatar Jeff King1-1/+1
2007-12-05git config --get-colorboolLibravatar Junio C Hamano1-2/+4
2007-11-28"color.diff = true" is not "always" anymore.Libravatar Junio C Hamano1-13/+19
2007-09-19Enable wt-status output to a given FILE pointer.Libravatar Kristian Høgsberg1-9/+9
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-4/+1
2006-09-08Move color option parsing out of diff.c and into color.[ch]Libravatar Jeff King1-0/+176