> No doubt rebase is tracking this info, but is there a supported way to > discover it? I may be mistaken. But git-rebase basically applies patches on top of a branch. And the branch it's operating on is checked out. So can't you just do git rev-parse HEAD to find out? Also have a look at the output. git rebase tells you which patch it is applying. Marc Weber -- 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