** jc/reflog (Thu Dec 14 15:58:56 2006 -0800) 1 commit - Teach show-branch how to show ref-log data. A strawman to make reflog data a bit more browsable; it would be useful while recovering from a mistake you made recently. Not essential and can wait or be dropped if people do not find it useful.
I'd prefer not to add clutter into show-branch. I use it on a regular basis to see what I've added to what topic branch recently, and to look at branches before rebasing. It also just seems like the wrong place to have that kind of data, although I guess it's more useful for people who do merges more often than I do.
What about a "git reflog [<branch>]" command instead? Would show output similar to "git log" (or "git show-branch" for brevity).
~~ Brian - 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