From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Aneesh Kumar K. V" Newsgroups: gmane.emacs.devel Subject: Re: How to get commit message on vc-change-log Date: Fri, 30 Jul 2010 12:29:18 +0530 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 1280473195 27256 80.91.229.12 (30 Jul 2010 06:59:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Jul 2010 06:59:55 +0000 (UTC) Cc: Emacs development discussions To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 30 08:59:54 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 1OejZR-0000U2-AW for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 08:59:53 +0200 Original-Received: from localhost ([127.0.0.1]:35455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OejZP-0005ff-Qu for ged-emacs-devel@m.gmane.org; Fri, 30 Jul 2010 02:59:51 -0400 Original-Received: from [140.186.70.92] (port=57203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OejZE-0005f9-LI for emacs-devel@gnu.org; Fri, 30 Jul 2010 02:59:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OejZD-00064i-Cx for emacs-devel@gnu.org; Fri, 30 Jul 2010 02:59:40 -0400 Original-Received: from e28smtp07.in.ibm.com ([122.248.162.7]:55452) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OejZC-00062q-Kh; Fri, 30 Jul 2010 02:59:39 -0400 Original-Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by e28smtp07.in.ibm.com (8.14.4/8.13.1) with ESMTP id o6U6xPG9007872; Fri, 30 Jul 2010 12:29:25 +0530 Original-Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6U6xOTu3133500; Fri, 30 Jul 2010 12:29:25 +0530 Original-Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6U6xOlH011453; Fri, 30 Jul 2010 16:59:24 +1000 Original-Received: from skywalker.linux.vnet.ibm.com ([9.124.211.165]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o6U6xKVT011420; Fri, 30 Jul 2010 16:59:23 +1000 In-Reply-To: User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:128001 Archived-At: On Wed, 28 Jul 2010 15:42:45 -0400, Dan Nicolaescu wrote: > "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. > I have already filed bugs related to these against emacs. I will continue to do so and can help in vc-git.el testing. -aneesh