From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Any idea why the git repo is so huge Date: Tue, 02 Feb 2010 12:29:28 +0000 Message-ID: <4B681AA8.2000308@manor-farm.org> References: Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcHtI-0003ed-RC for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 07:30:00 -0500 Received: from [199.232.76.173] (port=35404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcHtH-0003eP-VW for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 07:30:00 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcHtF-0001Oj-Bg for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 07:29:59 -0500 Received: from mail.ian-barton.com ([109.74.196.44]:37846 helo=li40-130.members.linode.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcHtF-0001MV-1B for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 07:29:57 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo Cc: emacs-orgmode@gnu.org > > The git repo I just checked out a minute ago is 54M, 20 times bigger > than the org lisp files. Any idea why it is so large? Thanks. > > Leo > Don't forget it has a complete history of all org development since the initial import of the source. You may be able to reduce the size of your local repo by running: git gc See http://kernel.org/pub/software/scm/git-core/docs/v1.6.0.6/git-gc.html Ian.