]> git.neil.brown.name Git - git.git/commit
Merge branch 'nd/log-graph-configurable-colors'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Feb 2017 21:36:58 +0000 (13:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Feb 2017 21:36:58 +0000 (13:36 -0800)
commit85279e86499501be0f046cb9885ad24fbf9d0b8d
treed272cb15ce42c4b57ad685c133a8d1f36e836995
parentcc8364c28be5d15787ad4791afa0da49af78d007
parent512aba261a8951a470147b493c720f205638ba14
Merge branch 'nd/log-graph-configurable-colors'

Some people feel the default set of colors used by "git log --graph"
rather limiting.  A mechanism to customize the set of colors has
been introduced.

* nd/log-graph-configurable-colors:
  document behavior of empty color name
  color_parse_mem: allow empty color spec
  log --graph: customize the graph lines with config log.graphColors
  color.c: trim leading spaces in color_parse_mem()
  color.c: fix color_parse_mem() with value_len == 0
Documentation/config.txt
color.c
graph.c
t/t4202-log.sh