login
Header Space

 
 

Re: using rev-list to tell if a branch is behind or ahead

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Tim Harper <timcharper@...>
Cc: <git@...>
Date: Tuesday, May 20, 2008 - 4:24 pm

Tim Harper <timcharper@gmail.com> wrote:
...

No.  You need to use the triple dot operator ("...") not the
double dot operator ("..").


You need an extra "." between task and master, this should be:

  git rev-list --left-right task...master --


-- 
Shawn.
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: using rev-list to tell if a branch is behind or ahead, Shawn O. Pearce, (Tue May 20, 4:24 pm)
speck-geostationary