Re: [OpenWrt-Devel] update and optimize git package

2010-11-28 Thread Florian Fainelli
Le 17/11/2010 13:09, Bastian Pranzas a écrit : Hi, this patch updates the git package to 1.7.3.2 and does two optimizations to shrink the package size from 45MB to 590KB: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) - convert the last six non built in

Re: [OpenWrt-Devel] update and optimize git package

2010-11-27 Thread Luka Perkov
On Wed, Nov 17, 2010 at 01:09:12PM +0100, Bastian Pranzas wrote: > this patch updates the git package to 1.7.3.2 and does two > optimizations to shrink the package size from 45MB to 590KB: > > - create symlinks instead of hardlinks when installing (hardlinks get > lost when copying) > - convert th

Re: [OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Bastian Pranzas
On -10.01.-28163 20:59, Geert Uytterhoeven wrote: On Wed, Nov 17, 2010 at 13:09, Bastian Pranzas wrote: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) Isn't that a bug in the copying code? I guess it is. Didn't know until now that cp can preserve hard

Re: [OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Geert Uytterhoeven
On Wed, Nov 17, 2010 at 13:09, Bastian Pranzas wrote: > - create symlinks instead of hardlinks when installing (hardlinks get > lost when copying) Isn't that a bug in the copying code? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -

[OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Bastian Pranzas
Hi, this patch updates the git package to 1.7.3.2 and does two optimizations to shrink the package size from 45MB to 590KB: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) - convert the last six non built in tools to built ins Regards, Bastian Pranzas Ind