On Tue, Nov 13, 2007 at 15:07:05 +0100, Jakub Narebski wrote: > 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') git log has such option? $ man git-log | grep -e --left-right; echo $? 1 $ git --version git version 1.5.3.5 -- Jan 'Bulb' Hudec <bulb@xxxxxx> - 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