Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Proper Publishing of a Repository

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:22

Jon Loeliger [off-list ref] writes:
On Wed, 2006-03-22 at 14:16, Timo Hirvonen wrote:
quoted
Jon Loeliger [off-list ref] wrote:
quoted
All this on the linux kernel over HTTP.
Use git:// protocol (git-daemon) if possible.  It is much faster.
Trust me, if it were an option, I would.  It isn't.

So, I think git-prune-packed was the answer here...
It really depends on who your audiences are.  By packing
everything in a single pack, you are optimizing for the initial
cloners but punishing incremental updaters.

Since your tree is derived from Linus tree, anybody who is
interested in your tree is very likely nterested in Linus tree
and chances are that she has a recent copy of it locally.  In
such a case, I would not be surprised if:

	$ git clone -l -s -n /local-linux-2.6.git/ jdl-linux.git
        $ cd jdl-linux.git
        $ git fetch http://jdl.com/jdl-linux.git master:refs/heads/jdl

goes a lot faster if you have loose objects around in the
repository.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help