From: Junio C Hamano <junkio@cox.net>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Add note about IANA confirmation
Date: Mon, 12 Sep 2005 14:41:14 -0700 [thread overview]
Message-ID: <7vk6hm7ymd.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0509121057520.3242@g5.osdl.org> (Linus Torvalds's message of "Mon, 12 Sep 2005 11:23:00 -0700 (PDT)")
Linus Torvalds <torvalds@osdl.org> writes:
> The git port (9418) is officially listed by IANA now.
Thanks. Applied.
> Btw, another thing happened yesterday too: I'm now officially using a
> packed archive for my core kernel stuff. The format hasn't changed in
> I-don't-know-how-long, and I can't recall any pack-specific bug either
> (apart from the obvious lack of support by some of the client-side stuff).
You are brave ;-).
Seriously, packed archive seems to be really stable. I've been
on packed archive for git.git for quite some time now, and all
of my recent read-tree and merge experiments have been done on a
linux-2.6 repository that has several maintainer trees rolled
into a single big ball of wax, packed into one pack that weighs
about 76MB, with a few handred unpacked objects.
I noticed one thing that is a bit curious. Packing the same set
of objects with --window=50 seems to give worse packing result
(space-wise) than with --window=10, which is the default if I
recall correctly.
: siamese; git-rev-list --objects v2.6.12 >++object-list-2.6.12
: siamese; git-pack-objects --window=50 --stdout \
<./++object-list-2.6.12 >./++pack-w50.pack
Packing 31617 objects
: siamese; git-pack-objects --window=10 --stdout \
<./++object-list-2.6.12 >./++pack-w10.pack
Packing 31617 objects
: siamese; ls -l ./++pack-w*.pack
-rw-rw-r-- 1 junio src 57240724 Sep 12 14:39 ./++pack-w10.pack
-rw-rw-r-- 1 junio src 57411879 Sep 12 14:37 ./++pack-w50.pack
BTW, I happen to know one pathological case where 'git repack'
would do a wrong thing and abort, but it is really of "doctor if
I do this it hurts -- do not do it then" kind, so it is not on
my priority list right now.
next prev parent reply other threads:[~2005-09-12 21:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-12 18:23 Add note about IANA confirmation Linus Torvalds
2005-09-12 21:41 ` Junio C Hamano [this message]
2005-09-12 22:40 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vk6hm7ymd.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).