On Mo, 2011-07-18 at 18:52 +0200, Erik Faye-Lund wrote: > You probably want to do something like "git diff SHA1-OF-MERGE^ > SHA1-OF-MERGE" to see what the merge changed compared to it's previous > commit. You could also use "git log --name-status -m" which will show multiple entries for each parent of the merge commit. See "man git-diff-tree" and look for the description of the options -m, -c and --cc Bye, Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html