Have you checked the documentation for 'git reflog'?
It says:
The subcommand "show" (which is also the default, in the absence of any
subcommands) will take all the normal log options, and show the log of
the reference provided in the command-line (or `HEAD`, by default).
So, 'git reflog show master' should get you what you want.
You may also want to check out the '-g' option to git-log. For example,
'git log -g master'.
-brandon
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html