Re: a few remaining issues...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Tue, 9 Jan 2007, Junio C Hamano wrote:

> Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes:
> 
> > On Fri, 5 Jan 2007, Shawn O. Pearce wrote:
> >
> >> I myself am also severly lacking in time right now.
> >
> > Did you have any chance to look at the patch I posted? It adds 
> > "--walk-reflogs" option to the revision walker, and as long as there is 
> > reflog information, traverses the commits in that order. It also shows the 
> > reflog data just below the "commit" line.
> 
> What does it do when you say, for example:
> 
> 	git log --walk-reflogs master..next

It means that (ideally) all revisions are shown which are in the reflog 
chain of next, and _not_ in the reflog chain of master.

However, once the reflog traversal hits the oldest reflog entry, it 
reverts to commit parent traversal.

> I couldn't make heads or tails out of the patch and did not understand 
> what it was trying to do.  It looked as if you were making the log 
> traversal machinery to walk _both_ reflog (probably from the latest to 
> older) and the usual ancestry.

Yes, first reflog, then usual ancestry.

Would you want that changed to _only_ reflog traversal?

Ciao,
Dscho

-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]