summaryrefslogtreecommitdiff
path: root/color.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge branch 'jk/squelch-false-warning-from-gcc-o3'Libravatar Junio C Hamano1-1/+1
2016-08-31color_parse_mem: initialize "struct color" temporaryLibravatar Jeff King1-1/+1
2016-07-11Merge branch 'jk/ansi-color'Libravatar Junio C Hamano1-10/+25
2016-06-23color: support strike-through attributeLibravatar Jeff King1-1/+2
2016-06-23color: support "italic" attributeLibravatar Jeff King1-0/+1
2016-06-23color: allow "no-" for negating attributesLibravatar Jeff King1-1/+3
2016-06-23color: refactor parse_attrLibravatar Jeff King1-10/+21
2015-10-05color: add color_set helper for copying raw colorsLibravatar Jeff King1-0/+5
2015-10-05color: add overflow checks for parsing colorsLibravatar Jeff King1-15/+26
2015-01-20parse_color: fix return value for numeric color values 0-8Libravatar Jeff King1-0/+1
2014-12-09parse_color: drop COLOR_BACKGROUND macroLibravatar Jeff King1-5/+4
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeLibravatar Jeff King1-3/+5
2014-11-20parse_color: support 24-bit RGB valuesLibravatar Jeff King1-1/+28
2014-11-20parse_color: refactor color storageLibravatar Jeff King1-32/+106
2014-10-14color_parse: do not mention variable name in error messageLibravatar Jeff King1-7/+6
2013-06-10make color.ui default to 'auto'Libravatar Matthieu Moy1-1/+1
2011-08-19want_color: automatically fallback to color.uiLibravatar Jeff King1-2/+5
2011-08-19diff: don't load color config in plumbingLibravatar Jeff King1-1/+9
2011-08-19color: delay auto-color decision until point of useLibravatar Jeff King1-2/+18
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingLibravatar Jeff King1-5/+6
2011-04-04Share color list between graph and show-branchLibravatar Dan McGee1-0/+22
2011-03-08wt-status: add helpers for printing wt-status linesLibravatar Jonathan Nieder1-0/+9
2010-12-10default color.status.branch to "same as header"Libravatar Jeff King1-0/+5
2010-04-14diff: add --word-diff option that generalizes --color-wordsLibravatar Thomas Rast1-28/+0
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