On Sun, Aug 8, 2010 at 13:29, Marcus Comstedt <marcus@xxxxxxxx> wrote: > When I do "git log --stat FILE", then only commits which touch FILE > are displayed, as expected. However, contrary to expectation (well, > my expectation at least), the stat shows that only one file (FILE) is > modified by the commits, even if they actually modified multiple files. > That's not what I wanted; Try adding --full-diff to your `git log` incantation. -- larsh -- 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