On Tue, May 18, 2010 at 01:33:35AM +0200, Sverre Rabbelier wrote: > On Tue, May 18, 2010 at 01:16, Jeff King <peff@xxxxxxxx> wrote: > > 1. Use "git commit -q" to avoid wasting time on the commit diff > > summary (we should perhaps have a commit.quiet config option for > > repos like this where you would almost always want to suppress it). > > Do we respect the .gitattributef and not try to generate the diffstat > for files that are uncompressable? No, not to my knowledge. Even the "binary" attribute just says "this file is binary, don't text diff it". I think we will always still do rewrite-detection for operations like "git status" and the diff summary of "git commit". -Peff -- 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