Re: Reworked read-tree.

2005-09-01 Thread Daniel Barkalow
On Thu, 1 Sep 2005, Junio C Hamano wrote: > Daniel, I do not know what your current status is, but I think > you need something like this. Yup, I forgot to actually test that functionality. > --- > diff --git a/tree.c b/tree.c > --- a/tree.c > +++ b/tree.c > @@ -224,10 +224,12 @@ struct tree *pa

Reworked read-tree.

2005-09-01 Thread Junio C Hamano
Daniel, I do not know what your current status is, but I think you need something like this. I was scratching my head figuring out why it passes all the t/ tests but couldn't do a simple 'git-read-tree HEAD'. --- diff --git a/tree.c b/tree.c --- a/tree.c +++ b/tree.c @@ -224,10 +224,12 @@ struct