From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 21:08:51 +0100 Message-ID: <52CC5ED3.2000903@alice.it> References: <52CB2AB0.4080505@alice.it> <877gachfza.fsf@igel.home> <52CBD5CC.4020804@alice.it> <8761pvvoq1.fsf@rosalinde.fritz.box> <83d2k3sqqz.fsf@gnu.org> <52CC2D45.1000908@alice.it> <83a9f7sosr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389136831 15158 80.91.229.3 (7 Jan 2014 23:20:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 23:20:31 +0000 (UTC) Cc: stephen.berman@gmx.net, sven.axelsson@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii , Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 00:20:37 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0fwr-00089q-Jv for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 00:20:37 +0100 Original-Received: from localhost ([::1]:44017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0fwr-0006jq-4I for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 18:20:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0cxh-0006fF-Ju for emacs-devel@gnu.org; Tue, 07 Jan 2014 15:09:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0cxb-0004lN-NS for emacs-devel@gnu.org; Tue, 07 Jan 2014 15:09:17 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:6446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0cxR-0004k5-N6; Tue, 07 Jan 2014 15:09:01 -0500 Original-Received: from [192.168.1.100] (87.12.223.137) by smtp203.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 529A575B05D477EA; Tue, 7 Jan 2014 21:09:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <83a9f7sosr.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167685 Archived-At: Il 07/01/2014 18.08, Eli Zaretskii ha scritto: > Thanks. "git gc" gets me from 1.18GB to 1.1GB. I tried --aggressive, > but that ran out of memory (trying to allocate 1GB) after some time > and errored out. > Here (on Cygwin) it worked... Firstly, I did $ git clone git://git.savannah.gnu.org/emacs.git emacs.git and its size was $ du -s emacs.git/ 1,1G emacs.git/ then I did $ cd emacs.git/ $ git gc --aggressive Counting objects: 735546, done. Delta compression using up to 2 threads. Compressing objects: 100% (734446/734446), done. Writing objects: 100% (735546/735546), done. Total 735546 (delta 589814), reused 143177 (delta 0) Checking connectivity: 735546, done. which took almost 3 hours to be completed. And the size is: $ cd .. $ du -s emacs.git/ 327M emacs.git/ which seems very good! Ciao, Angelo.