[sage-devel] Re: Viewing "real" merge commit

2014-03-26 Thread Andrey Novoseltsev
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

[sage-devel] Re: Viewing "real" merge commit

2014-03-26 Thread Volker Braun
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,