git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Reachability lists in git
@ 2014-11-18 19:03 Alan Stern
  2014-11-18 19:41 ` Jonathan Nieder
  0 siblings, 1 reply; 14+ messages in thread
From: Alan Stern @ 2014-11-18 19:03 UTC (permalink / raw)
  To: git

The "git rev-list A ^B" command lists all the commits that are
reachable from A but not from B.  Is there a comparable command for the
converse relation, that is, a command to list all the commits that A is
reachable from but B isn't?

And if there is such a command, can the output be limited to just the 
latest commits?  That is, list commit X if and only if A is reachable 
from X, B isn't reachable from X, and B is reachable from each of X's 
children?

Thanks,

Alan Stern

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-18 21:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 19:03 Reachability lists in git Alan Stern
2014-11-18 19:41 ` Jonathan Nieder
2014-11-18 20:13   ` Junio C Hamano
2014-11-18 20:22     ` Jonathan Nieder
2014-11-18 20:27       ` Jonathan Nieder
2014-11-18 20:33       ` Junio C Hamano
2014-11-18 20:29   ` Alan Stern
2014-11-18 20:32     ` Jonathan Nieder
2014-11-18 20:45       ` Alan Stern
2014-11-18 21:05         ` Junio C Hamano
2014-11-18 21:11           ` Junio C Hamano
2014-11-18 21:16           ` Alan Stern
2014-11-18 21:22             ` Junio C Hamano
2014-11-18 21:37               ` Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).