Posted Aug 5, 2012 0:41 UTC (Sun) by mathstuf (subscriber, #69389)
In reply to: Who wrote 3.5 by nevets
Parent article: Who wrote 3.5
Ah, yeah, I see now. I would have done the backbone of your command with 'git diff --stat v3.4..v3.5', but the filter on the author means that log needs to be used which chunks the stat outputs. I rarely filter using log on things other than directory while also looking at --stat, so why it was missing --stat wasn't immediately obvious to me.