Re: Last mile for 1.0 again

2005-07-05 Thread Marco Costalba
--- Junio C Hamano <[EMAIL PROTECTED]> wrote: > > "DB" == Daniel Barkalow <[EMAIL PROTECTED]> writes: > > DB> [perl script] > > >> How does this work, and what do we do about merges? > Checking diffs of all the parents can be computational expensive. I'am developing a different alghori

Re: Last mile for 1.0 again

2005-07-04 Thread Junio C Hamano
> "DB" == Daniel Barkalow <[EMAIL PROTECTED]> writes: DB> [perl script] >> How does this work, and what do we do about merges? DB> I've got that part, but I'm not clear on how the rename/copy and complete DB> rewrite stuff works. Rename/copy is simply about what files to use when comparing

Re: Last mile for 1.0 again

2005-07-04 Thread Daniel Barkalow
On Mon, 4 Jul 2005, Junio C Hamano wrote: > > "DB" == Daniel Barkalow <[EMAIL PROTECTED]> writes: > > DB> Junio: what's missing from annotate/blame? > > Which one are you talking about? > > What I use to generate http://members.cox.net/junkio/Summary.txt > is an implementation of an algorit

Re: Last mile for 1.0 again

2005-07-04 Thread Junio C Hamano
> "DB" == Daniel Barkalow <[EMAIL PROTECTED]> writes: DB> Junio: what's missing from annotate/blame? Which one are you talking about? What I use to generate http://members.cox.net/junkio/Summary.txt is an implementation of an algorithm I consider "complete" in that it does rename/copy and co

Re: Last mile for 1.0 again

2005-07-04 Thread Daniel Barkalow
On Mon, 4 Jul 2005, Linus Torvalds wrote: > On Mon, 4 Jul 2005, Daniel Barkalow wrote: > > > > How about an option to git-rev-list to take a path, and (1) exclude any > > branch where the version at that path ends up ignored in a merge and > > (2) not list any revision where the version at that p

Re: Last mile for 1.0 again

2005-07-04 Thread Linus Torvalds
On Mon, 4 Jul 2005, Daniel Barkalow wrote: > > How about an option to git-rev-list to take a path, and (1) exclude any > branch where the version at that path ends up ignored in a merge and > (2) not list any revision where the version at that path is identical to a > parent? Hmm. How is that d

Re: Last mile for 1.0 again

2005-07-04 Thread Junio C Hamano
> "DB" == Daniel Barkalow <[EMAIL PROTECTED]> writes: DB> On Wed, 29 Jun 2005, Junio C Hamano wrote: >> - Blame/Annotate. Does anybody have a fast and correct one DB> How about an option to git-rev-list to take a path, and (1) exclude any DB> branch where the version at that path ends up ign

Re: Last mile for 1.0 again

2005-07-04 Thread Daniel Barkalow
On Wed, 29 Jun 2005, Junio C Hamano wrote: > - Blame/Annotate. Does anybody have a fast and correct one How about an option to git-rev-list to take a path, and (1) exclude any branch where the version at that path ends up ignored in a merge and (2) not list any revision where the version at tha