From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: merging emacs-24 Date: Sat, 29 Nov 2014 15:13:54 -0500 Message-ID: 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> <83k32goc9q.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1417292040 16611 80.91.229.3 (29 Nov 2014 20:14:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Nov 2014 20:14:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 29 21:13:59 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 1XuoP1-0008BF-DK for ged-emacs-devel@m.gmane.org; Sat, 29 Nov 2014 21:13:59 +0100 Original-Received: from localhost ([::1]:48738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuoP0-0007qE-VU for ged-emacs-devel@m.gmane.org; Sat, 29 Nov 2014 15:13:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuoOy-0007q7-7w for emacs-devel@gnu.org; Sat, 29 Nov 2014 15:13:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuoOx-0001jE-Cs for emacs-devel@gnu.org; Sat, 29 Nov 2014 15:13:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuoOx-0001jA-9S for emacs-devel@gnu.org; Sat, 29 Nov 2014 15:13:55 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XuoOw-0001F1-CQ; Sat, 29 Nov 2014 15:13:54 -0500 X-Spook: Security Council Exon Shell S Key bluebird number key X-Ran: 7na;m1W.zI{X(1PTR`>.!UW9AQ%Gs:w,1^fZ,?s6:SqJR+Qt"2AQ}0I)-"Uc/S%C|oCj24 X-Hue: red X-Attribution: GM In-Reply-To: <83k32goc9q.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 27 Nov 2014 18:10:09 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:178486 Archived-At: Eli Zaretskii wrote: >> BTW: with bzr, the logs for the merged changes would be visible with >> >> bzr log -n0 >> >> How does one do that with git log? > > Git shows that by default Oh, I see. The order in which it shows things seems weird to me. (No need for anyone to try to explain/justify it to me. :) ) >, but it doesn't by default indent the merged commits, or give any >other hint that they are from another branch. To see that, I suggest to >use "git log --graph" or "C-x v L". Thanks, I suppose --graph will do.