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: merging emacs-24 Date: Thu, 27 Nov 2014 20:04:15 +0200 Message-ID: <833894o6zk.fsf@gnu.org> References: <87a93eavwt.fsf@lifelogs.com> <87wq6hap7v.fsf@lifelogs.com> <87y4qx76hh.fsf@lifelogs.com> <87r3wpmmf6.fsf@wanadoo.es> <87oart74q5.fsf@lifelogs.com> <61sih5uww3.fsf@fencepost.gnu.org> <878uiw7q5n.fsf@lifelogs.com> <83egsoobnr.fsf@gnu.org> <8761e0va9n.fsf@igel.home> <837fygo7vs.fsf@gnu.org> <87wq6gttmo.fsf@igel.home> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417111458 24597 80.91.229.3 (27 Nov 2014 18:04:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2014 18:04:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 27 19:04:11 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 1Xu3QJ-0006HO-IL for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2014 19:04:11 +0100 Original-Received: from localhost ([::1]:41049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu3QI-0001OT-NO for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2014 13:04:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu3QA-0001ON-Mn for emacs-devel@gnu.org; Thu, 27 Nov 2014 13:04:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu3Q5-00010S-D0 for emacs-devel@gnu.org; Thu, 27 Nov 2014 13:04:02 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:46023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu3Q5-00010H-4o for emacs-devel@gnu.org; Thu, 27 Nov 2014 13:03:57 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NFP00000LGNGV00@mtaout25.012.net.il> for emacs-devel@gnu.org; Thu, 27 Nov 2014 19:59:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFP00LS2LZB7050@mtaout25.012.net.il>; Thu, 27 Nov 2014 19:59:35 +0200 (IST) In-reply-to: <87wq6gttmo.fsf@igel.home> 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:178375 Archived-At: > From: Andreas Schwab > Cc: emacs-devel@gnu.org > Date: Thu, 27 Nov 2014 18:56:15 +0100 > > Eli Zaretskii writes: > > > If that's not true, how do I tell which commits in the linear list > > shown by "git log" were made on master, and which were committed to > > emacs-24 and later merged? > > By looking from which branch they are reachable. How do I do that?