emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christopher Allan Webber <cwebber@dustycloud.org>
To: Richard Riley <rileyrgdev@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Any idea why the git repo is so huge
Date: Wed, 03 Feb 2010 09:52:08 -0600	[thread overview]
Message-ID: <87hbpyco5z.fsf@dustycloud.org> (raw)
In-Reply-To: <hk9p1c$es5$1@ger.gmane.org> (Richard Riley's message of "Tue, 02 Feb 2010 18:57:00 +0100")

Richard Riley <rileyrgdev@gmail.com> writes:

> I was under the impression that the one thing that git does not
> advertise is space efficiency - it stores total file blobs for each and
> every change. So I think its efficiency is in terms of speed, not in
> terms of disk usage. And to be honest, if you worry about 54M in a
> development scenario then I'd be surprised when you consider how cheap
> disk is these days.

Git does store those as individual files initially, but once you run git
gc it'll compress them and store only the deltas in the pakfiles.

After I run git gc my orgmode .git/ directory is compressed to 44MB.
Not a huge difference, but a difference nonetheless.
 - cwebb

      reply	other threads:[~2010-02-03 15:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  9:01 Any idea why the git repo is so huge Leo
2010-02-02 11:09 ` Eric S Fraga
2010-02-02 12:29 ` Ian Barton
2010-02-02 16:12   ` Leo
2010-02-02 17:57     ` Richard Riley
2010-02-03 15:52       ` Christopher Allan Webber [this message]

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: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87hbpyco5z.fsf@dustycloud.org \
    --to=cwebber@dustycloud.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=rileyrgdev@gmail.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://git.savannah.gnu.org/cgit/emacs/org-mode.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).