Re: [PATCH] Pretty-format: Ability to add newline after non-empty string

2019-02-13 Thread Mats Nilsson
Den tors 7 feb. 2019 kl 18:29 skrev Junio C Hamano : > > matni...@gmail.com writes: > > > Subject: Re: [PATCH] Pretty-format: Ability to add newline after non-empty > > string > > Downcasing 'P' and 'A' would make this fit better when it appears in &

Re: [PATCH] Pretty-format: Ability to add newline after non-empty string

2019-02-07 Thread Junio C Hamano
matni...@gmail.com writes: > Subject: Re: [PATCH] Pretty-format: Ability to add newline after non-empty > string Downcasing 'P' and 'A' would make this fit better when it appears in the "git shortlog --no-merges" output, I think. Or perhaps [PATCH

[PATCH] Pretty-format: Ability to add newline after non-empty string

2019-02-06 Thread matni403
From: Mats Nilsson This allows for expansion of %*x to %x followed by a LF if and only if %x is non-empty. Signed-off-by: Mats Nilsson --- Documentation/pretty-formats.txt | 4 pretty.c | 11 +-- t/t6006-rev-list-format.sh | 5 + 3 files changed