> 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
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'
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