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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/29/2013 07:49 PM, Jeff King wrote:
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
No it doesnt.
It appears to append stuff like

 delete mode 100644 sound/music/NewTutorialStage.ogg
 delete mode 100644 src/pngfuncs.c
 delete mode 100644 src/pngfuncs.h
 delete mode 100644 src/widgets/widget_text_list.c
 delete mode 100644 src/widgets/widget_text_list.h

to the stat but does not summarize the binary file size changes.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]