On Wednesday, 26 March 2014 17:49:18 UTC-6, Volker Braun wrote:
>
> At the end of the day only the combined diff matters, this is what is
> getting applied to the source tree. But of course there are a lot of tools
> to go log spelunking if you want to tease out who did what. You want the
> outp
At the end of the day only the combined diff matters, this is what is
getting applied to the source tree. But of course there are a lot of tools
to go log spelunking if you want to tease out who did what. You want the
output of
git log -p --cc
and not the output of
git log -p -c
As always,