17 Jul
2008
17 Jul
'08
7:24 a.m.
Hi, On 2008-07-17 at 09:12, Johannes Winkelmann wrote:
I attached a script that will remove the footprint diff; just piping the output of git-log through it should work. Chances are this is rather slow, and the regex to match the next file after the footprint should probably be replaced by a pure substring match, but it can serve as a starting point :-)
git log -p -n1 <commit hash>|sed '/--- a\/.*\.footprint/,/--- a/d' ? - Antti