GNU bug report logs - #6746
24.0.50; Add a key binding to get full commit log

Previous Next

Package: emacs;

Reported by: aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V)

Date: Wed, 28 Jul 2010 14:59:02 UTC

Severity: wishlist

Tags: moreinfo

Found in version 24.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6746 in the body.
You can then email your comments to 6746 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6746; Package emacs. (Wed, 28 Jul 2010 14:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V):
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 28 Jul 2010 14:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V)
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; Add a key binding to get full commit log
Date: Wed, 28 Jul 2010 20:28:19 +0530
This is with vc-git.el. With C-x v L it would nice, if we are able
to show the full commit log. Ideally i would expect showing changeset
diff to also show me the full commit log.  That implies update 'D' to
to show full commit log along with diff. If that doesn't work adding a
new key binding would be nice

-aneesh




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6746; Package emacs. (Mon, 09 May 2022 16:20:02 GMT) Full text and rfc822 format available.

Message #8 received at 6746 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V)
Cc: 6746 <at> debbugs.gnu.org
Subject: Re: bug#6746: 24.0.50; Add a key binding to get full commit log
Date: Mon, 09 May 2022 18:19:47 +0200
aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V) writes:

> This is with vc-git.el. With C-x v L it would nice, if we are able
> to show the full commit log. Ideally i would expect showing changeset
> diff to also show me the full commit log.  That implies update 'D' to
> to show full commit log along with diff. If that doesn't work adding a
> new key binding would be nice

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I'm not sure what's meant by "full commit log", but `C-x v L' in Emacs
28 onwards (at least) has:

---
A special case is when the prefix argument is 1: in this case
the command asks for the ID of a revision, and shows that revision
with its diffs (if the underlying VCS supports that).
---

Is this the requested functionality?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 09 May 2022 16:21:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6746; Package emacs. (Wed, 11 May 2022 17:22:02 GMT) Full text and rfc822 format available.

Message #13 received at 6746 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 6746 <at> debbugs.gnu.org, "Aneesh Kumar K.V" <aneesh.kumar <at> linux.vnet.ibm.com>
Subject: Re: bug#6746: 24.0.50; Add a key binding to get full commit log
Date: Wed, 11 May 2022 19:48:59 +0300
>> This is with vc-git.el. With C-x v L it would nice, if we are able
>> to show the full commit log. Ideally i would expect showing changeset
>> diff to also show me the full commit log.  That implies update 'D' to
>> to show full commit log along with diff. If that doesn't work adding a
>> new key binding would be nice
>
> I'm not sure what's meant by "full commit log", but `C-x v L' in Emacs
> 28 onwards (at least) has:
>
> ---
> A special case is when the prefix argument is 1: in this case
> the command asks for the ID of a revision, and shows that revision
> with its diffs (if the underlying VCS supports that).
> ---
>
> Is this the requested functionality?

I guess what is requested is to be able to customize the log style
to not use shortlog on `C-x v L', and to use full log messages
like is used by `C-x v l' on a file.  But this is already possible by

  (setq vc-log-short-style nil)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6746; Package emacs. (Thu, 12 May 2022 00:30:02 GMT) Full text and rfc822 format available.

Message #16 received at 6746 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 6746 <at> debbugs.gnu.org, "Aneesh Kumar K.V" <aneesh.kumar <at> linux.vnet.ibm.com>
Subject: Re: bug#6746: 24.0.50; Add a key binding to get full commit log
Date: Thu, 12 May 2022 02:29:24 +0200
Juri Linkov <juri <at> linkov.net> writes:

> I guess what is requested is to be able to customize the log style
> to not use shortlog on `C-x v L', and to use full log messages
> like is used by `C-x v l' on a file.  But this is already possible by
>
>   (setq vc-log-short-style nil)

Then I guess there's not more to do in this bug report, and I'm
therefore closing it.  (If we misunderstood what was requested, please
respond to the debbugs address and we'll reopen.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 6746 <at> debbugs.gnu.org and aneesh.kumar <at> linux.vnet.ibm.com (Aneesh Kumar K.V) Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 12 May 2022 00:30:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Jun 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.