git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A bug in git 1.6.5.2 with git log --stat: shows a negative number as a size
@ 2010-04-16 13:59 Heikki Orsila
  2010-04-16 15:02 ` Tomas Carnecky
  0 siblings, 1 reply; 5+ messages in thread
From: Heikki Orsila @ 2010-04-16 13:59 UTC (permalink / raw)
  To: git

I'm running git version 1.6.5.2. git log --stat shows a negative
diffstat size for two files that are each 2049MiB in size.

Steps to reproduce:

$ for f in 0 1 ; do dd bs=$((1024*1024)) if=/dev/zero of=$f count=2049 ; done
$ git add 0 1
$ git commit -m "test commit"
$ git log --stat
commit 6afe3d3c889daa92bd79956c4bb733eb5cb408dc
Author: Heikki Orsila <heikki.orsila@iki.fi>
Date:   2010-04-16 16:54:52 +0300

    test commit

 0 |  Bin 0 -> -2146435072 bytes
 1 |  Bin 0 -> -2146435072 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

-- 
Heikki Orsila
heikki.orsila@iki.fi
http://www.iki.fi/shd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-17 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-16 13:59 A bug in git 1.6.5.2 with git log --stat: shows a negative number as a size Heikki Orsila
2010-04-16 15:02 ` Tomas Carnecky
2010-04-17 10:25   ` [PATCH] diff: use 64-bit integers for diffstat calculations Jeff King
2010-04-17 17:00     ` Junio C Hamano
2010-04-17 17:41       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).