Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-scm
On Mon, 22 Aug 2011 21:38:20 -0500
Donnie Berkholz <dberkholz@g.o> wrote:
> On 19:28 Mon 22 Aug , Robin H. Johnson wrote:
> > In terms of the tree size question, we were going to produce a
> > zero-history point at the switchover time, and offer a graftable
> > pack with all prior history. This got the initial packfile down
> > under 80MiB (with the historical packfile being ~900MiB).
>
> On this note, how in the world do you do that? There appears to be
> plenty of documentation on splicing things back together but none on
> how to split them in the first place.
git clone --bare foo historical.git
cd foo
rm -rf .git
git init
git add -A
git commit -m 'Split point.'
--
Best regards,
Michał Górny
|
|