help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get commit message on vc-change-log


From: Aneesh Kumar K. V
Subject: Re: How to get commit message on vc-change-log
Date: Wed, 28 Jul 2010 12:20:51 +0530
User-agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu)

On Wed, 28 Jul 2010 08:20:01 +0200, Óscar Fuentes <ofv@wanadoo.es> wrote:
> aneesh.kumar@linux.vnet.ibm.com (Aneesh Kumar K.V) writes:
> 
> > What command will help me find the the commit message of a commit in
> > logview ?. 'D' gives me diff but not the commit message
> 
> The Log View already shows the commit messages, doesn't it?
> 
> BTW, this type of questions are best suited to help-gnu-emacs@gnu.org
> 
> 

It doesn't show full commit message.It shows only the first line. For ex
on a Linux kernel git repo i find 


* | 6a99ad4  2010-07-27  gpio: fix spurious printk when freeing a gpio
* | 952e1c6  2010-07-27  edac: mpc85xx: fix coldplug/hotplug module autoloading
* | 2884fce  2010-07-27  drivers/rtc/rtc-rx8581.c: fix setdatetime


Actual commit message for 952e1c6 is 

commit 952e1c6632ab5060a2323624d2908f31d62fc0a3
Author: Anton Vorontsov <avorontsov@mvista.com>
Date:   Tue Jul 27 13:18:05 2010 -0700

    edac: mpc85xx: fix coldplug/hotplug module autoloading
    
    The MPC85xx EDAC driver is missing module device aliases, so the driver
    won't load automatically on boot.  This patch fixes the issue by adding
    proper MODULE_DEVICE_TABLE() macros.
    
    Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
    Cc: Doug Thompson <dougthompson@xmission.com>
    Cc: Peter Tyser <ptyser@xes-inc.com>
    Cc: Dave Jiang <djiang@mvista.com>
    Cc: Kumar Gala <galak@kernel.crashing.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]