all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to get commit message on vc-change-log
@ 2010-07-28  6:13 Aneesh Kumar K.V
  2010-07-28  6:20 ` Óscar Fuentes
  2010-07-28  8:16 ` Dan Nicolaescu
  0 siblings, 2 replies; 9+ messages in thread
From: Aneesh Kumar K.V @ 2010-07-28  6:13 UTC (permalink / raw)
  To: Emacs development discussions

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

-aneesh



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  6:13 How to get commit message on vc-change-log Aneesh Kumar K.V
@ 2010-07-28  6:20 ` Óscar Fuentes
  2010-07-28  6:50   ` Aneesh Kumar K. V
  2010-07-28  8:16 ` Dan Nicolaescu
  1 sibling, 1 reply; 9+ messages in thread
From: Óscar Fuentes @ 2010-07-28  6:20 UTC (permalink / raw)
  To: emacs-devel; +Cc: aneesh.kumar

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




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  6:20 ` Óscar Fuentes
@ 2010-07-28  6:50   ` Aneesh Kumar K. V
  2010-07-28  7:40     ` Óscar Fuentes
  0 siblings, 1 reply; 9+ messages in thread
From: Aneesh Kumar K. V @ 2010-07-28  6:50 UTC (permalink / raw)
  To: Óscar Fuentes, help-gnu-emacs

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>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  6:50   ` Aneesh Kumar K. V
@ 2010-07-28  7:40     ` Óscar Fuentes
  2010-07-28  9:11       ` Aneesh Kumar K. V
  0 siblings, 1 reply; 9+ messages in thread
From: Óscar Fuentes @ 2010-07-28  7:40 UTC (permalink / raw)
  To: Aneesh Kumar K. V; +Cc: help-gnu-emacs

"Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> 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?
>> 
>
> 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

That looks like magit.el log. Are you sure you are using VC and not some
other package? On a buffer visiting a versioned file, press C-x v l to
see how VC displays the log.

If you are using magit.el, try pressing `L' for viewing a detailed log.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  6:13 How to get commit message on vc-change-log Aneesh Kumar K.V
  2010-07-28  6:20 ` Óscar Fuentes
@ 2010-07-28  8:16 ` Dan Nicolaescu
  2010-07-28  9:09   ` Aneesh Kumar K. V
  1 sibling, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2010-07-28  8:16 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: Emacs development discussions

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?

It sounds like a good idea that we should provide a command to show the full log.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  8:16 ` Dan Nicolaescu
@ 2010-07-28  9:09   ` Aneesh Kumar K. V
  2010-07-28 19:42     ` Dan Nicolaescu
  0 siblings, 1 reply; 9+ messages in thread
From: Aneesh Kumar K. V @ 2010-07-28  9:09 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Emacs development discussions

On Wed, 28 Jul 2010 04:16:45 -0400, Dan Nicolaescu <dann@gnu.org> 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. 

-aneesh



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  7:40     ` Óscar Fuentes
@ 2010-07-28  9:11       ` Aneesh Kumar K. V
  0 siblings, 0 replies; 9+ messages in thread
From: Aneesh Kumar K. V @ 2010-07-28  9:11 UTC (permalink / raw)
  To: Óscar Fuentes; +Cc: help-gnu-emacs

On Wed, 28 Jul 2010 09:40:29 +0200, Óscar Fuentes <ofv@wanadoo.es> wrote:
> "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> 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?
> >> 
> >
> > 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
> 
> That looks like magit.el log. Are you sure you are using VC and not some
> other package? On a buffer visiting a versioned file, press C-x v l to
> see how VC displays the log.

I used C-x v L to get the log and want to get the full commit log on the
commit under cursor.

> 
> If you are using magit.el, try pressing `L' for viewing a detailed log.

I am not using magit.el

-aneesh



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28  9:09   ` Aneesh Kumar K. V
@ 2010-07-28 19:42     ` Dan Nicolaescu
  2010-07-30  6:59       ` Aneesh Kumar K. V
  0 siblings, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2010-07-28 19:42 UTC (permalink / raw)
  To: Aneesh Kumar K. V; +Cc: Emacs development discussions

"Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> writes:

> On Wed, 28 Jul 2010 04:16:45 -0400, Dan Nicolaescu <dann@gnu.org> 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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: How to get commit message on vc-change-log
  2010-07-28 19:42     ` Dan Nicolaescu
@ 2010-07-30  6:59       ` Aneesh Kumar K. V
  0 siblings, 0 replies; 9+ messages in thread
From: Aneesh Kumar K. V @ 2010-07-30  6:59 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Emacs development discussions

On Wed, 28 Jul 2010 15:42:45 -0400, Dan Nicolaescu <dann@gnu.org> wrote:
> "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> writes:
> 
> > On Wed, 28 Jul 2010 04:16:45 -0400, Dan Nicolaescu <dann@gnu.org> 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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-07-30  6:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28  6:13 How to get commit message on vc-change-log Aneesh Kumar K.V
2010-07-28  6:20 ` Óscar Fuentes
2010-07-28  6:50   ` Aneesh Kumar K. V
2010-07-28  7:40     ` Óscar Fuentes
2010-07-28  9:11       ` Aneesh Kumar K. V
2010-07-28  8:16 ` Dan Nicolaescu
2010-07-28  9:09   ` Aneesh Kumar K. V
2010-07-28 19:42     ` Dan Nicolaescu
2010-07-30  6:59       ` Aneesh Kumar K. V

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.