Michael Smith wrote: > +You can use the gitlink:git-cherry[1] command to display the commit > +IDs that are only present on your local branch, or only on the remote > +branch, respectively: I think git-cherry is deprecated in favor of "git log --left-right" (with appropriate format, for example '--abbrev-commit --pretty=oneline') BTW. that means that git-cherry can be removed from git-help output, I think. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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