Skip to content

Commit 4b9ced2

Browse files
wkinggitster
authored andcommitted
user-manual: Update download size for Git and the kernel
They've grown since d19fbc3 (Documentation: add git user's manual, 2007-01-07) when the stats were initially added. I've rounded download sizes up to the nearest multiple of ten MiB to decrease the precision and give a bit of growing room. Exact sizes: $ git clone git://git.kernel.org/pub/scm/git/git.git Initialized empty Git repository in /tmp/git/.git/ remote: Counting objects: 156872, done. remote: Compressing objects: 100% (40826/40826), done. remote: Total 156872 (delta 115322), reused 155492 (delta 114094) Receiving objects: 100% (156872/156872), 37.29 MiB | 7.54 MiB/s, done. Resolving deltas: 100% (115322/115322), done. $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Initialized empty Git repository in /tmp/linux/.git/ remote: Counting objects: 3057404, done. remote: Compressing objects: 100% (474769/474769), done. Receiving objects: 100% (3057404/3057404), 634.33 MiB | 27.95 MiB/s, done. remote: Total 3057404 (delta 2570385), reused 3040910 (delta 2554408) Resolving deltas: 100% (2570385/2570385), done. Checking out files: 100% (43012/43012), done. Signed-off-by: W. Trevor King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3b8ceb commit 4b9ced2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/user-manual.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ download a copy of an existing repository. If you don't already have a
5757
project in mind, here are some interesting examples:
5858

5959
------------------------------------------------
60-
# Git itself (approx. 10MB download):
60+
# Git itself (approx. 40MB download):
6161
$ git clone git://git.kernel.org/pub/scm/git/git.git
62-
# the Linux kernel (approx. 150MB download):
63-
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
62+
# the Linux kernel (approx. 640MB download):
63+
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
6464
------------------------------------------------
6565

6666
The initial clone may be time-consuming for a large project, but you

0 commit comments

Comments
 (0)