Re: Re: [PATCH] submodule recursion in git-archive

2013-12-03 Thread Heiko Voigt
Hi, On Mon, Dec 02, 2013 at 03:55:36PM -0800, Nick Townsend wrote: > > On 29 Nov 2013, at 14:38, Heiko Voigt wrote: > > FYI, I already started to implement this lookup of submodule paths early > > this year[1] but have not found the time to proceed on that yet. I am > > planning to continue on t

Re: Re: [PATCH] submodule recursion in git-archive

2013-11-29 Thread Heiko Voigt
On Wed, Nov 27, 2013 at 11:43:44AM -0800, Junio C Hamano wrote: > Nick Townsend writes: > > * The .gitmodules file can be dirty (easy to flag, but should we > > allow archive to proceed?) > > As we are discussing "archive", which takes a tree object from the > top-level project that is recorded i

Re: Re: [PATCH] submodule recursion in git-archive

2013-11-26 Thread Heiko Voigt
Hi, I like where this is going. On Tue, Nov 26, 2013 at 04:17:43PM +0100, René Scharfe wrote: > Am 26.11.2013 01:04, schrieb Nick Townsend: > > + strbuf_addstr(&dotgit, work_tree); > > + strbuf_addch(&dotgit, '/'); > > + if (args->treepath) { > > +