diff: don't retrieve binary blobs for diffstat
commitabb371a1ef5bddee904551afdec38854f95e99bb
authorJeff King <peff@peff.net>
Sat, 19 Feb 2011 08:16:32 +0000 (19 03:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Feb 2011 18:58:18 +0000 (22 10:58 -0800)
tree06013b610a3f0cf0e67e08d89bb76feefbfb67ce
parentded0abc73c67c6a9b9dbc2a22755fab01ae17e41
diff: don't retrieve binary blobs for diffstat

We only need the size, which is much cheaper to get,
especially if it is a big binary file.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c