mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
grafthistory: comment about downloading the pack index
(cherry picked from commit 6139c2ffb5
)
This commit is contained in:
parent
80bb49dfff
commit
c6421966a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user