Skip to content

Commit 0784466

Browse files
committed
Merge branch 'wk/doc-git-has-grown'
* wk/doc-git-has-grown: user-manual: Update download size for Git and the kernel
2 parents eac9a1a + 4b9ced2 commit 0784466

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)