git log
lists all commits, from all branches that have been merged into HEAD. I want to get a list of merges, so I can see which branches have been merged into this one, and when.
How can I get that information? I'm looking for something besides "launch gitk and look at the graph", since I know that one, but for very large histories with many branches this doesn't scale very well. A text result to a text query is probably ideal.