Merge branch 'tb/delimit-pretty-trailers-args-with-comma'
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:52 +0000 (16:27 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:52 +0000 (16:27 +0900)
commit436b35942cb5198a8d5e915690e65ee1c860baf2
tree09adc7fff2cd846632f0ded9b9a3ac985b44f162
parent217f2767cbcb562872437eed4dec62e00846d90c
parent84ff053d47c20c9f417f857e4adac0bcd8e01f0d
Merge branch 'tb/delimit-pretty-trailers-args-with-comma'

The feature that allows --pretty='%(trailers)' to take modifiers
like "fold" and "only" used to separate these modifiers with a
comma, i.e. "%(trailers:fold:only)", but we changed our mind and
use a comma, i.e. "%(trailers:fold,only)".  Fast track this change
before this new feature becomes part of any official release.

* tb/delimit-pretty-trailers-args-with-comma:
  pretty.c: delimit "%(trailers)" arguments with ","