[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <Pine.LNX.4.64.0701080943191.4964@xanadu.home>
Date: Mon, 08 Jan 2007 09:46:41 -0500 (EST)
From: Nicolas Pitre <nico@....org>
To: "Shawn O. Pearce" <spearce@...arce.org>
Cc: Krzysztof Halasa <khc@...waw.pl>, "H. Peter Anvin" <hpa@...or.com>,
git@...r.kernel.org, nigel@...el.suspend2.net,
"J.H." <warthog9@...nel.org>,
Randy Dunlap <randy.dunlap@...cle.com>,
Andrew Morton <akpm@...l.org>, Pavel Machek <pavel@....cz>,
kernel list <linux-kernel@...r.kernel.org>,
webmaster@...nel.org
Subject: Re: How git affects kernel.org performance
On Sun, 7 Jan 2007, Shawn O. Pearce wrote:
> Krzysztof Halasa <khc@...waw.pl> wrote:
> > Hmm... Perhaps it should be possible to push git updates as a pack
> > file only? I mean, the pack file would stay packed = never individual
> > files and never 256 directories?
>
> Latest Git does this. If the server is later than 1.4.3.3 then
> the receive-pack process can actually store the pack file rather
> than unpacking it into loose objects. The downside is that it will
> copy any missing base objects onto the end of a thin pack to make
> it not-thin.
No. There are no thin packs for pushes. And IMHO it should stay that
way exactly to avoid this little inconvenience on servers.
The fetch case is a different story of course.
Nicolas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists