Skip to content

Commit

Permalink
Merge branch 'wk/doc-git-has-grown'
Browse files Browse the repository at this point in the history
* wk/doc-git-has-grown:
  user-manual: Update download size for Git and the kernel
  • Loading branch information
Junio C Hamano committed Jun 26, 2013
2 parents eac9a1a + 4b9ced2 commit 0784466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0784466

Please sign in to comment.