diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:55 -0700 |
commit | 0784466657d9d728a37c006ee96fac273ef31dbb (patch) | |
tree | 6b834a92ced39b53addc28563522c9ce7e4a881a | |
parent | eac9a1a1953bcd89678f649a1efbc8d1a7de9f40 (diff) | |
parent | 4b9ced278cbfd57402c3e9875f4ddf1c31438af8 (diff) | |
download | git-0784466657d9d728a37c006ee96fac273ef31dbb.tar.gz git-0784466657d9d728a37c006ee96fac273ef31dbb.tar.xz |
Merge branch 'wk/doc-git-has-grown'
* 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 2436124de..644acce07 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 |