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: Obscure error/warning/information message from git pull Date: Sat, 15 Nov 2014 09:52:17 +0200 Message-ID: <83a93shpe6.fsf@gnu.org> References: <20141114120604.GA3859@acm.acm> <87389mkjwo.fsf@thinkpad-t440p.tsdh.org> <20141114141434.GM3565@embecosm.com> <20141114180521.GA3168@acm.acm> <20141114230235.GF3168@acm.acm> <87r3x5xtgi.fsf@engster.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416037980 30855 80.91.229.3 (15 Nov 2014 07:53:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2014 07:53:00 +0000 (UTC) Cc: acm@muc.de, sorganov@gmail.com, emacs-devel@gnu.org To: David Engster Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 15 08:52:48 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 1XpYA4-0002Tt-Jd for ged-emacs-devel@m.gmane.org; Sat, 15 Nov 2014 08:52:48 +0100 Original-Received: from localhost ([::1]:39381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpYA4-0000MG-6z for ged-emacs-devel@m.gmane.org; Sat, 15 Nov 2014 02:52:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpY9w-0000Lz-Be for emacs-devel@gnu.org; Sat, 15 Nov 2014 02:52:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpY9r-0003S6-2E for emacs-devel@gnu.org; Sat, 15 Nov 2014 02:52:40 -0500 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:59197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpY9q-0003Ry-Qe for emacs-devel@gnu.org; Sat, 15 Nov 2014 02:52:34 -0500 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NF200300LBZNI00@mtaout27.012.net.il> for emacs-devel@gnu.org; Sat, 15 Nov 2014 09:47:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NF200NPELNP4850@mtaout27.012.net.il>; Sat, 15 Nov 2014 09:47:49 +0200 (IST) In-reply-to: <87r3x5xtgi.fsf@engster.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:177144 Archived-At: > From: David Engster > Date: Sat, 15 Nov 2014 00:17:49 +0100 > Cc: Sergey Organov , emacs-devel@gnu.org > > Alan Mackenzie writes: > > I want to see all recent commits together, each one annotated with > > which branch it's on. That's surely not too much to ask for. I want > > annotation, not filtering. > > Try > > git log --source emacs-24 master This spews an error message when invoked in the master branch. Why? Does it need the repository to track both branches or something? What exactly is the semantics of this command when given branch names? (The man page doesn't say, AFAICS.)