Re: Reachability lists in git

2014-11-18 Thread Alan Stern
On Tue, 18 Nov 2014, Junio C Hamano wrote: > Alan Stern writes: > > >> > No. Here's a simple example: > >> > > >> > Y > >> >/ > >> > / > >> > X--B > >> > &

Re: Reachability lists in git

2014-11-18 Thread Alan Stern
On Tue, 18 Nov 2014, Junio C Hamano wrote: > Alan Stern writes: > > > On Tue, 18 Nov 2014, Jonathan Nieder wrote: > > > >> Alan Stern wrote: > >> > >> > Tracking down regressions. Bisection isn't perfect. Suppose a > >> > b

Re: Reachability lists in git

2014-11-18 Thread Alan Stern
On Tue, 18 Nov 2014, Jonathan Nieder wrote: > Alan Stern wrote: > > > Tracking down regressions. Bisection isn't perfect. Suppose a > > bisection run ends up saying that B is the first bad commit. It's easy > > enough to build B and test it, to verify that i

Re: Reachability lists in git

2014-11-18 Thread Alan Stern
On Tue, 18 Nov 2014, Jonathan Nieder wrote: > Hi, > > Alan Stern wrote: > > > 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 c

Reachability lists in git

2014-11-18 Thread Alan Stern
t 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 -- To unsubscribe from this list: send the line "unsubscribe git"