unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* FYI, emacs.git repo size: now 155M, was 1.1G
@ 2009-10-09  8:31 Jim Meyering
  2009-10-09 12:12 ` David Reitter
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Meyering @ 2009-10-09  8:31 UTC (permalink / raw)
  To: Emacs development discussions

FYI, I just checked on the emacs.git repository
and found it to be unexpectedly large at over 1 GiB:

    $ du -sh .; git gc; du -sh .
    1.1G    .
    Counting objects: 539769, done.
    Delta compression using up to 4 threads.
    Compressing objects: 100% (127621/127621), done.
    Writing objects: 100% (539769/539769), done.
    Total 539769 (delta 423801), reused 524422 (delta 411781)
    Removing duplicate objects: 100% (256/256), done.
    155M    .

So I ran git's garbage-collector and that brought the size down to 155M.

Note that if your own emacs/.git/ directory is larger than say 200M,
you too can save some space by running "git gc".




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-09 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09  8:31 FYI, emacs.git repo size: now 155M, was 1.1G Jim Meyering
2009-10-09 12:12 ` David Reitter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).