Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: gitdiffbinstat - git diff --shortstat -like output for changes in binary files

From: Jeff King <hidden>
Date: 2016-06-15 22:56:34

On Fri, Mar 29, 2013 at 07:07:32PM +0100, Matthias Krüger wrote:
I use git mostly for game-development which means I have to deal with
a lot of binary files (images, sound files etc).

When I came to a point where I had run image optimization on a
branch, I wanted to know of course how much smaller the new branch
was in comparison to master.
Problem was that 'git diff --stat' would only summerize
per-binary-file size changes and 'git diff --shortstat' did skip the
binary files entirely.
Have you tried "--summary"? Combined with --stat (or --shortstat) I
wonder if it would get you closer to what you want.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help