2011/7/18 Christof Krüger <git@xxxxxxxxxxxxxxxxxxx>: > 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 Thanks... $ git log --name-status -m --first-parent is what I was looking for. I thought I recalled there being something like that, but could not recall nor find on the git-log man page the "-m" option. Of course I can see it now :-) Thanks for pointing me in the right direction. --wpd -- 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