From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: How to get commit message on vc-change-log Date: Wed, 28 Jul 2010 15:42:45 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280346802 9884 80.91.229.12 (28 Jul 2010 19:53:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 19:53:22 +0000 (UTC) Cc: Emacs development discussions To: "Aneesh Kumar K. V" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 21:53:18 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OeCgm-0001Hp-Ki for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 21:53:16 +0200 Original-Received: from localhost ([127.0.0.1]:49247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeCWj-00006z-IQ for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 15:42:53 -0400 Original-Received: from [199.232.76.173] (port=45542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeCWc-00005y-V5 for emacs-devel@gnu.org; Wed, 28 Jul 2010 15:42:47 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OeCWb-0002u3-TX for emacs-devel@gnu.org; Wed, 28 Jul 2010 15:42:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OeCWb-0002ty-Nc for emacs-devel@gnu.org; Wed, 28 Jul 2010 15:42:45 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OeCWb-0006Ti-Aw; Wed, 28 Jul 2010 15:42:45 -0400 In-Reply-To: (Aneesh Kumar K. V.'s message of "Wed\, 28 Jul 2010 14\:39\:00 +0530") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127940 Archived-At: "Aneesh Kumar K. V" writes: > On Wed, 28 Jul 2010 04:16:45 -0400, Dan Nicolaescu wrote: >> aneesh.kumar@linux.vnet.ibm.com (Aneesh Kumar K.V) writes: >> >> > Hi, >> > >> > What command will help me find the the commit message >> > of a commit in logview ?. 'D' gives me diff but not the commit message >> >> Are you looking from the short format log (like the one from C-x v L) >> and you want to see the full commit message, not just the one line >> form? > > full commit message > >> >> It sounds like a good idea that we should provide a command to show >> the full log. > > I was expecting to get the output of 'git show' with 'D' key. D shows just the diff. This is the fist time that someone requests to see the log too... IMO we need more input from git users about what's better here: use git show for D, leave it as it is and add another command for git show, etc.