Re: [PATCH] enhance the bootstrap script to support gnulib as a submodule

2008-09-29 Thread Paolo Bonzini
> Is it still possible to save space by hardlinking gnulib's object > storage with that of other gnulib trees? It does so by default, apparently: ~/sed/gnulib/.git/objects/ff bonzinip$ ls -l total 12 -r--r--r-- 2 377 Sep 23 11:49 56cbaeb94df799287111d03f35a345e351704f -r--r--r-- 2 416 Sep 23 1

Re: [PATCH] enhance the bootstrap script to support gnulib as a submodule

2008-09-29 Thread Ralf Wildenhues
Hi Paolo, a couple of comments: * Paolo Bonzini wrote on Mon, Sep 29, 2008 at 11:45:39AM CEST: > > in GNU sed I want to attach each commit with an exact version of gnulib, > because otherwise the bootstrapping shell script (used to compile a > decent sed without using configure) most likely won'

[PATCH] enhance the bootstrap script to support gnulib as a submodule

2008-09-29 Thread Paolo Bonzini
Hi all, in GNU sed I want to attach each commit with an exact version of gnulib, because otherwise the bootstrapping shell script (used to compile a decent sed without using configure) most likely won't work. This is a natural use case for git's submodule feature; the attached patch makes the boo