Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-20want_color: automatically fallback to color.uiJeff King
2011-08-20diff: don't load color config in plumbingJeff King
2011-08-20color: delay auto-color decision until point of useJeff King
2011-08-19git_config_colorbool: refactor stdout_is_tty handlingJeff King
2011-04-05Share color list between graph and show-branchDan McGee
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder
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-07Fix 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-09Move color option parsing out of diff.c and into color.[ch]Jeff King