From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Apologia for bzr Date: Fri, 3 Jan 2014 21:02:55 +0100 Message-ID: <21191.5999.909925.469386@a1i15.kph.uni-mainz.de> References: <20140102095347.6834E381D0C@snark.thyrsus.com> <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <83wqiixqbb.fsf@gnu.org> <20140102172804.GB13245@thyrsus.com> <83vby2xo6x.fsf@gnu.org> <20140102183432.GB13506@thyrsus.com> <83sit6xgfg.fsf@gnu.org> <8761q18kni.fsf@thinkpad.tsdh.org> <838uuxxsxu.fsf@gnu.org> <87sit56m1c.fsf@thinkpad.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1388779414 18869 80.91.229.3 (3 Jan 2014 20:03:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 20:03:34 +0000 (UTC) Cc: esr@thyrsus.com, kfogel@red-bean.com, Eli Zaretskii , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 21:03:39 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 1VzAy1-0004Oi-9M for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 21:03:37 +0100 Original-Received: from localhost ([::1]:51584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzAy0-000860-SF for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 15:03:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzAxq-000803-S9 for emacs-devel@gnu.org; Fri, 03 Jan 2014 15:03:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzAxj-0005h3-II for emacs-devel@gnu.org; Fri, 03 Jan 2014 15:03:26 -0500 Original-Received: from a1www.kph.uni-mainz.de ([134.93.134.1]:50203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzAxa-0005ak-Et; Fri, 03 Jan 2014 15:03:11 -0500 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.7/8.13.4) with ESMTP id s03K2uZt020179; Fri, 3 Jan 2014 21:02:56 +0100 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.7/8.14.2) with ESMTP id s03K2uDB023866; Fri, 3 Jan 2014 21:02:56 +0100 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.7/8.14.7/Submit) id s03K2udh023864; Fri, 3 Jan 2014 21:02:56 +0100 In-Reply-To: <87sit56m1c.fsf@thinkpad.tsdh.org> X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 134.93.134.1 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:167216 Archived-At: >>>>> On Fri, 03 Jan 2014, Tassilo Horn wrote: > On my Gentoo system, git installed an info manual. But honestly, > that's just an index of the man pages [...] Git should install the following two nodes: * Git: (git). A fast distributed revision control system * Git Man Pages: (gitman). Manual pages for Git revision control system The first is the Git User Manual, the second a collection of the man pages. Is the first one missing on your system? Ulrich