Re: [PATCH] diff --shortstat --dirstat: remove duplicate output

2015-02-28 Thread Johan Herland
On Sat, Feb 28, 2015 at 2:19 PM, Mårten Kongstad marten.kongs...@gmail.com wrote: [...] Signed-off-by: Mårten Kongstad marten.kongs...@gmail.com Acked-by: Johan Herland jo...@herland.net -- Johan Herland, jo...@herland.net www.herland.net -- To unsubscribe from this list: send the line

[PATCH] diff --shortstat --dirstat: remove duplicate output

2015-02-28 Thread Mårten Kongstad
When --shortstat is used in conjunction with --dirstat=changes, git diff will output the dirstat information twice: first as calculated by the 'lines' algorithm, then as calculated by the 'changes' algorithm: $ git diff --dirstat=changes,10 --shortstat v2.2.0..v2.2.1 23 files changed,

Re: [PATCH] diff --shortstat --dirstat: remove duplicate output

2015-02-28 Thread Junio C Hamano
Johan Herland jo...@herland.net writes: On Sat, Feb 28, 2015 at 2:19 PM, Mårten Kongstad marten.kongs...@gmail.com wrote: [...] Signed-off-by: Mårten Kongstad marten.kongs...@gmail.com Acked-by: Johan Herland jo...@herland.net Interesting. So nobody in real life uses --dirstat and