From 6139c2ffb5127a75aec176167e22298c693d339a Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 24 Feb 2008 22:24:33 +0200 Subject: [PATCH] grafthistory: comment about downloading the pack index --- contrib/grafthistory.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/grafthistory.sh b/contrib/grafthistory.sh index 19504ab9..447a6388 100755 --- a/contrib/grafthistory.sh +++ b/contrib/grafthistory.sh @@ -19,6 +19,9 @@ cd "$GIT_DIR" echo "[grafthistory] Downloading the history" mkdir -p objects/pack cd objects/pack +# pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.idx is 3163784 bytes long. +# Downloading it takes less than 6 seconds here, whereas generating it +# with git index-pack takes over 4 minutes (750 MHz Duron, git 1.5.4.1). wget -c http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.idx wget -c http://elinks.cz/elinks-history.git/objects/pack/pack-0d6c5c67aab3b9d5d9b245da5929c15d79124a48.pack