On Mon, Mar 28, 2011 at 9:48 PM, Jeff King [off-list ref] wrote:
Try "git log -c --name-status" and "git log -m --name-status" to show
the "combined" name-status and separate per-parent name-status
respectively. Our default is not to show very much for merges, because
it's a little more expensive to calculate and in the normal case, it
ends up not being very interesting. Your case is not normal. :)
$ git log -m --name-status
looks like it will tell me what I'm looking for... (tomorrow when I'm
more awake and in better shape to try tackling this).
Thanks for your help.
--wpd