]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/ansi-color'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:31:05 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:31:05 +0000 (10:31 -0700)
commit3c5de5c77b0718b47010b146160ecff6309f86b5
tree10dfe3c6e701fab8fee60d0059a07b72cfd34c59
parentbb2d8a817df91c68742e10ace2a791de176f7247
parent9dc3515cf005639317fb95492b3157aadf056923
Merge branch 'jk/ansi-color'

The output coloring scheme learned two new attributes, italic and
strike, in addition to existing bold, reverse, etc.

* jk/ansi-color:
  color: support strike-through attribute
  color: support "italic" attribute
  color: allow "no-" for negating attributes
  color: refactor parse_attr
  add skip_prefix_mem helper
  doc: refactor description of color format
  color: fix max-size comment
Documentation/config.txt
color.c
color.h
git-compat-util.h