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 
> output of  
>
> git log -p --cc
>
> and not the output of
>
> git log -p -c
>
> As always, add -1 to only get the log of the most recent commit. And 
> specify the sha1 if you don't want to start at the current HEAD.
>

Yesss,

git log -p --cc -1 

is exactly what I wanted (just to make sure that I didn't screw up 
anything, as meld was slightly confusing), and "log spelunking" is my new 
favorite phrase, thanks Volker!

Andrey

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to