Re: git log --shortstat doesn't respect -c (but --stat does)

2018-07-10 Thread Jeff King
On Tue, Jul 10, 2018 at 03:46:14PM -0400, David Turner wrote: > This seems inconsistent: > > $ git log --oneline --stat 91ccfb85176 -c > 91ccfb8517 Merge branch 'sb/diff-color-move' > > diff.c | 28 +++- > t/t4015-diff-whitespace.sh | 9 + >

git log --shortstat doesn't respect -c (but --stat does)

2018-07-10 Thread David Turner
This seems inconsistent: $ git log --oneline --stat 91ccfb85176 -c 91ccfb8517 Merge branch 'sb/diff-color-move' diff.c | 28 +++- t/t4015-diff-whitespace.sh | 9 + 2 files changed, 24 insertions(+), 13 deletions(-) d1114d87c7 Merge branch