Age | Commit message (Expand) | Author | Files | Lines |
2018-08-03 | color: protect against out-of-bounds reads and writes | Eric Sunshine | 1 | -0/+3 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
2018-04-24 | color: introduce support for colorizing stderr | Johannes Schindelin | 1 | -9/+11 |
2018-02-13 | color.h: document and modernize header | Stefan Beller | 1 | -7/+0 |
2017-12-04 | refactor "dumb" terminal determination | Lars Schneider | 1 | -2/+1 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -1/+9 |
2017-10-17 | Revert "color: check color.ui in git_default_config()" | Jeff King | 1 | -0/+8 |
2017-10-17 | Revert "color: make "always" the same as "auto" in config" | Jeff King | 1 | -1/+1 |
2017-10-04 | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto | Junio C Hamano | 1 | -1/+1 |
2017-10-04 | color: make "always" the same as "auto" in config | Jeff King | 1 | -1/+1 |
2017-09-10 | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 1 | -0/+7 |
2017-08-23 | ThreadSanitizer: add suppressions | Martin Ågren | 1 | -0/+7 |
2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 1 | -8/+0 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-02-02 | Merge branch 'nd/log-graph-configurable-colors' | Junio C Hamano | 1 | -1/+11 |
2017-01-31 | color_parse_mem: allow empty color spec | Jeff King | 1 | -2/+4 |
2017-01-19 | color.c: trim leading spaces in color_parse_mem() | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
2017-01-19 | color.c: fix color_parse_mem() with value_len == 0 | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2016-09-12 | Merge branch 'jk/squelch-false-warning-from-gcc-o3' | Junio C Hamano | 1 | -1/+1 |
2016-08-31 | color_parse_mem: initialize "struct color" temporary | Jeff King | 1 | -1/+1 |
2016-07-11 | Merge branch 'jk/ansi-color' | Junio C Hamano | 1 | -10/+25 |
2016-06-23 | color: support strike-through attribute | Jeff King | 1 | -1/+2 |
2016-06-23 | color: support "italic" attribute | Jeff King | 1 | -0/+1 |
2016-06-23 | color: allow "no-" for negating attributes | Jeff King | 1 | -1/+3 |
2016-06-23 | color: refactor parse_attr | Jeff King | 1 | -10/+21 |
2015-10-05 | color: add color_set helper for copying raw colors | Jeff King | 1 | -0/+5 |
2015-10-05 | color: add overflow checks for parsing colors | Jeff King | 1 | -15/+26 |
2015-01-20 | parse_color: fix return value for numeric color values 0-8 | Jeff King | 1 | -0/+1 |
2014-12-09 | parse_color: drop COLOR_BACKGROUND macro | Jeff King | 1 | -5/+4 |
2014-11-20 | parse_color: recognize "no$foo" to clear the $foo attribute | Jeff King | 1 | -3/+5 |
2014-11-20 | parse_color: support 24-bit RGB values | Jeff King | 1 | -1/+28 |
2014-11-20 | parse_color: refactor color storage | Jeff King | 1 | -32/+106 |
2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -7/+6 |
2013-06-10 | make color.ui default to 'auto' | Matthieu Moy | 1 | -1/+1 |
2011-08-19 | want_color: automatically fallback to color.ui | Jeff King | 1 | -2/+5 |
2011-08-19 | diff: don't load color config in plumbing | Jeff King | 1 | -1/+9 |
2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -2/+18 |
2011-08-18 | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 1 | -5/+6 |
2011-04-04 | Share color list between graph and show-branch | Dan McGee | 1 | -0/+22 |
2011-03-08 | wt-status: add helpers for printing wt-status lines | Jonathan Nieder | 1 | -0/+9 |
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 | -28/+0 |
2010-03-20 | Merge branch 'jc/color-attrs' | Junio C Hamano | 1 | -8/+16 |
2010-03-07 | color: allow multiple attributes | Junio C Hamano | 1 | -8/+16 |
2010-02-18 | Add an optional argument for --color options | Mark Lodato | 1 | -0/+3 |
2009-02-13 | Clean up use of ANSI color sequences | Arjen Laarhoven | 1 | -5/+3 |
2009-01-25 | Merge branch 'js/diff-color-words' | Junio C Hamano | 1 | -0/+28 |
2009-01-19 | Optimize color_parse_mem | René Scharfe | 1 | -17/+21 |
2009-01-17 | color: make it easier for non-config to parse color specs | Jeff King | 1 | -1/+8 |