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: Fri, 14 Nov 2014 23:27:01 +0200 Message-ID: <83fvdlh3ru.fsf@gnu.org> References: <20141114120604.GA3859@acm.acm> <87389mkjwo.fsf@thinkpad-t440p.tsdh.org> <20141114141434.GM3565@embecosm.com> <20141114180521.GA3168@acm.acm> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416000465 10631 80.91.229.3 (14 Nov 2014 21:27:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 21:27:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sergey Organov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 14 22:27:38 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 1XpOP3-0003JS-Qw for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 22:27:37 +0100 Original-Received: from localhost ([::1]:37934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpOP3-0005lc-BE for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 16:27:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpOOt-0005lX-HE for emacs-devel@gnu.org; Fri, 14 Nov 2014 16:27:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpOOm-00069y-2K for emacs-devel@gnu.org; Fri, 14 Nov 2014 16:27:27 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:35173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpOOl-00065G-RA for emacs-devel@gnu.org; Fri, 14 Nov 2014 16:27:20 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NF100N00S6JL400@mtaout25.012.net.il> for emacs-devel@gnu.org; Fri, 14 Nov 2014 23:22:55 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NF100NLFSQ6E810@mtaout25.012.net.il>; Fri, 14 Nov 2014 23:22:55 +0200 (IST) In-reply-to: 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.181 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:177124 Archived-At: > From: Sergey Organov > Date: Fri, 14 Nov 2014 23:57:56 +0300 > > > git log -n5 emacs24 master -- > > > > and this works, but it doesn't say which commit is in which branch. > > YUCK. > > Because in GIT commits are not on a branch. All commits are arranged into > DAG, and branch is just a pointer into the DAG. Any given commit is > either reachable from given branch or not. It's that simple. You just re-defined "on a branch", that's all. A commit that's reachable from a branch is on that branch. It's that simple.