From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 19:56:44 +0200 Message-ID: <837gabsmjn.fsf@gnu.org> 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> <878uur66zf.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1389117428 29045 80.91.229.3 (7 Jan 2014 17:57:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 17:57:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 18:57:12 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 1W0ato-0007mE-Ni for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 18:57:08 +0100 Original-Received: from localhost ([::1]:42125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ato-0006xt-5n for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 12:57:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0atg-0006xg-UQ for emacs-devel@gnu.org; Tue, 07 Jan 2014 12:57:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0atb-0005R4-1D for emacs-devel@gnu.org; Tue, 07 Jan 2014 12:57:00 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:44022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ata-0005Qr-P6 for emacs-devel@gnu.org; Tue, 07 Jan 2014 12:56:54 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MZ100B00LR15100@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 07 Jan 2014 19:56:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZ100BGMLUS0850@a-mtaout22.012.net.il>; Tue, 07 Jan 2014 19:56:52 +0200 (IST) In-reply-to: <878uur66zf.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:167642 Archived-At: > From: =D3scar Fuentes > Date: Tue, 07 Jan 2014 18:23:48 +0100 >=20 > Eli Zaretskii writes: >=20 > > Thanks. "git gc" gets me from 1.18GB to 1.1GB. I tried --aggres= sive, > > but that ran out of memory (trying to allocate 1GB) after some ti= me > > and errored out. >=20 > That's strange: >=20 > oscar@qcore:~/dev/emacs/emacs$ time git gc > Counting objects: 734772, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (145032/145032), done. > Writing objects: 100% (734772/734772), done. > Total 734772 (delta 589118), reused 734312 (delta 588658) > Checking connectivity: 734772, done. >=20 > oscar@qcore:~/dev/emacs/emacs$ du -sh .git > 289M .git > oscar@qcore:~/dev/emacs/emacs$ git branch -a | wc > 127 130 4667 >=20 >=20 > Maybe you instructed git to download extra info (such as the meta-d= ata > the fast-import/export process uses and is useful for relating git > commits to their corresponding bzr commits.) Nope, just "git clone" followed by pull's. I now tried on fencepost.gnu.org, a 64-bit GNU/Linux system, with similar results: gc goes from 1.78GB down to 1.6GB. --aggressive als= o fails there, funnily enough.