git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "W. Trevor King" <wking@tremily.us>
To: Git <git@vger.kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>, "W. Trevor King" <wking@tremily.us>
Subject: [PATCH 2/2] user-manual: Update download size for Git and the kernel
Date: Tue, 18 Jun 2013 21:55:22 -0400	[thread overview]
Message-ID: <deb78c114d068ab3f9e28bcd019c3e29ad7b770c.1371606791.git.wking@tremily.us> (raw)
In-Reply-To: <cover.1371606791.git.wking@tremily.us>
In-Reply-To: <cover.1371606791.git.wking@tremily.us>

From: "W. Trevor King" <wking@tremily.us>

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 power 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 <wking@tremily.us>
---
 Documentation/user-manual.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index cd9941a..ffc4e1c 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -57,9 +57,9 @@ 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):
+	# the Linux kernel (approx. 640MB download):
 $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 ------------------------------------------------
 
-- 
1.8.3

  parent reply	other threads:[~2013-06-19  2:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-19  1:55 [PATCH 0/2] Update linux-2.6.git location and repo size W. Trevor King
2013-06-19  1:55 ` [PATCH 1/2] Documentation: Update 'linux-2.6.git' -> 'linux.git' W. Trevor King
2013-06-19  5:05   ` David Aguilar
2013-06-19 11:48     ` W. Trevor King
2013-06-19 19:47       ` W. Trevor King
2013-06-19 21:37         ` Junio C Hamano
2013-06-22 14:46           ` [PATCH v2 0/4] Update linux-2.6.git location and related examples W. Trevor King
2013-06-22 14:46             ` [PATCH v2 1/4] doc/clone: Remove the '--bare -l -s' example W. Trevor King
2013-06-22 14:46             ` [PATCH v2 2/4] doc/clone: Pick more compelling paths for the --reference example W. Trevor King
2013-06-22 14:46             ` [PATCH v2 3/4] Documentation: Update the NFS remote examples to use the staging repo W. Trevor King
2013-06-22 14:46             ` [PATCH v2 4/4] Documentation: Update 'linux-2.6.git' -> 'linux.git' W. Trevor King
2013-06-30  1:05             ` [PATCH v2 0/4] Update linux-2.6.git location and related examples W. Trevor King
2013-06-30  1:44               ` Junio C Hamano
2013-06-30 10:48                 ` W. Trevor King
2013-06-19 17:07   ` [PATCH 1/2] Documentation: Update 'linux-2.6.git' -> 'linux.git' Junio C Hamano
2013-06-19  1:55 ` W. Trevor King [this message]
2013-06-19 17:07   ` [PATCH 2/2] user-manual: Update download size for Git and the kernel Junio C Hamano
2013-06-22 12:40   ` W. Trevor King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=deb78c114d068ab3f9e28bcd019c3e29ad7b770c.1371606791.git.wking@tremily.us \
    --to=wking@tremily.us \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).