[Top][All Lists]
[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 <address@hidden> wrote:
> address@hidden (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 address@hidden
>
>
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 <address@hidden>
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 <address@hidden>
Cc: Doug Thompson <address@hidden>
Cc: Peter Tyser <address@hidden>
Cc: Dave Jiang <address@hidden>
Cc: Kumar Gala <address@hidden>
Signed-off-by: Andrew Morton <address@hidden>
Signed-off-by: Linus Torvalds <address@hidden>
- Re: How to get commit message on vc-change-log,
Aneesh Kumar K. V <=