Age | Commit message (Expand) | Author | Files | Lines |
2016-07-11 | Merge branch 'js/color-on-windows-comment' | Junio C Hamano | 1 | -5/+0 |
2016-07-11 | Merge branch 'jk/ansi-color' | Junio C Hamano | 1 | -6/+9 |
2016-06-28 | color.h: remove obsolete comment about limitations on Windows | Johannes Schindelin | 1 | -5/+0 |
2016-06-23 | color: support strike-through attribute | Jeff King | 1 | -2/+2 |
2016-06-23 | color: support "italic" attribute | Jeff King | 1 | -1/+2 |
2016-06-23 | color: fix max-size comment | Jeff King | 1 | -5/+7 |
2015-10-05 | color: add color_set helper for copying raw colors | Jeff King | 1 | -0/+7 |
2014-11-20 | parse_color: recognize "no$foo" to clear the $foo attribute | Jeff King | 1 | -2/+2 |
2014-11-20 | parse_color: support 24-bit RGB values | Jeff King | 1 | -3/+3 |
2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+2 |
2011-08-19 | want_color: automatically fallback to color.ui | Jeff King | 1 | -5/+0 |
2011-08-19 | diff: don't load color config in plumbing | Jeff King | 1 | -1/+3 |
2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -0/+11 |
2011-08-18 | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 1 | -1/+7 |
2011-04-04 | Share color list between graph and show-branch | Dan McGee | 1 | -0/+3 |
2011-03-08 | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 1 | -0/+3 |
2010-12-10 | default color.status.branch to "same as header" | Jeff King | 1 | -0/+5 |
2010-04-14 | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 1 | -1/+0 |
2010-03-20 | Merge branch 'ml/color-grep' | Junio C Hamano | 1 | -0/+11 |
2010-03-20 | Merge branch 'jc/color-attrs' | Junio C Hamano | 1 | -2/+14 |
2010-03-07 | color: allow multiple attributes | Junio C Hamano | 1 | -2/+14 |
2010-03-07 | Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* | Mark Lodato | 1 | -0/+11 |
2009-11-27 | Add a notice that only certain functions can print color escape codes | Johannes Sixt | 1 | -0/+5 |
2009-11-15 | Check the format of more printf-type functions | Tarmigan Casebolt | 1 | -0/+2 |
2009-04-13 | graph API: Added logic for colored edges | Allan Caffee | 1 | -0/+1 |
2009-02-13 | Clean up use of ANSI color sequences | Arjen Laarhoven | 1 | -0/+10 |
2009-01-25 | Merge branch 'js/diff-color-words' | Junio C Hamano | 1 | -0/+1 |
2009-01-17 | color: make it easier for non-config to parse color specs | Jeff King | 1 | -1/+2 |
2009-01-17 | Add color_fwrite_lines(), a function coloring each line individually | Johannes Schindelin | 1 | -0/+1 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-02-18 | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 1 | -0/+11 |
2007-12-05 | git config --get-colorbool | Junio C Hamano | 1 | -1/+1 |
2007-09-19 | Enable wt-status output to a given FILE pointer. | Kristian Høgsberg | 1 | -2/+2 |
2006-09-08 | Move color option parsing out of diff.c and into color.[ch] | Jeff King | 1 | -0/+12 |