On Sun, Aug 8, 2010 at 13:29, Marcus Comstedt [off-list ref] 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