diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:42:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:42:52 -0700 |
commit | 0b57758c351dd1e69f405bf4c111e1ea93f1da69 (patch) | |
tree | 6c1dd9013b6d304e4967e4476eb4fafb7bc693bf | |
parent | b002bb87f0aeb7b87e5cbe111c520a318c402b59 (diff) | |
parent | 4b9ced278cbfd57402c3e9875f4ddf1c31438af8 (diff) | |
download | git-0b57758c351dd1e69f405bf4c111e1ea93f1da69.tar.gz |
Merge branch 'wk/doc-git-has-grown' into maint
* wk/doc-git-has-grown:
user-manual: Update download size for Git and the kernel
-rw-r--r-- | Documentation/user-manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e831cc2020..1cbf5af472 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -57,10 +57,10 @@ download a copy of an existing repository. If you don't already have a project in mind, here are some interesting examples: ------------------------------------------------ - # Git itself (approx. 10MB download): + # Git itself (approx. 40MB download): $ git clone git://git.kernel.org/pub/scm/git/git.git - # the Linux kernel (approx. 150MB download): -$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + # the Linux kernel (approx. 640MB download): +$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ------------------------------------------------ The initial clone may be time-consuming for a large project, but you |