From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Wed, 08 Jan 2014 12:47:29 +0900 Message-ID: <87k3ebgmni.fsf@uwakimon.sk.tsukuba.ac.jp> 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> <87siszhfil.fsf@uwakimon.sk.tsukuba.ac.jp> <834n5fsm4y.fsf@gnu.org> <87ob3nhbkb.fsf@uwakimon.sk.tsukuba.ac.jp> <83y52rr4q4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1389152959 17331 80.91.229.3 (8 Jan 2014 03:49:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 03:49:19 +0000 (UTC) Cc: schwab@suse.de, stephen.berman@gmx.net, sven.axelsson@gmail.com, angelo.graziosi@alice.it, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 04:49:26 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 1W0k8z-0005Wa-3a for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 04:49:25 +0100 Original-Received: from localhost ([::1]:44796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0k8y-0000WJ-LH for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 22:49:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0k7P-0006oi-Os for emacs-devel@gnu.org; Tue, 07 Jan 2014 22:47:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0k7I-0003ti-F3 for emacs-devel@gnu.org; Tue, 07 Jan 2014 22:47:47 -0500 Original-Received: from mgmt2.sk.tsukuba.ac.jp ([130.158.97.224]:56812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0k7A-0003r6-5K; Tue, 07 Jan 2014 22:47:32 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt2.sk.tsukuba.ac.jp (Postfix) with ESMTP id 822E39708DB; Wed, 8 Jan 2014 12:47:29 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 758B51A2879; Wed, 8 Jan 2014 12:47:29 +0900 (JST) In-Reply-To: <83y52rr4q4.fsf@gnu.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" 2a0f42961ed4 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 130.158.97.224 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:167703 Archived-At: Eli Zaretskii writes: > I did read the documentation. The docs of gc mentions git-repack, so > I thought the former runs the latter. What part did I miss? The fact that the documentation clearly puts conditions on when git-gc runs git-repack. > And how was I supposed to know from this whether git-repack will or > won't be run, what with the word "repack" explicitly in this text (and > in other parts of that man page)? Huh? If there's a condition on whether it runs, then presumably sometimes it doesn't run. That's all that I deduced from it, and advised you run git-repack manually.