unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6746: 24.0.50; Add a key binding to get full commit log
@ 2010-07-28 14:58 Aneesh Kumar K.V
  2022-05-09 16:19 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Aneesh Kumar K.V @ 2010-07-28 14:58 UTC (permalink / raw)
  To: 6746


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





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

* bug#6746: 24.0.50; Add a key binding to get full commit log
  2010-07-28 14:58 bug#6746: 24.0.50; Add a key binding to get full commit log Aneesh Kumar K.V
@ 2022-05-09 16:19 ` Lars Ingebrigtsen
  2022-05-11 16:48   ` Juri Linkov
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-09 16:19 UTC (permalink / raw)
  To: Aneesh Kumar K.V; +Cc: 6746

aneesh.kumar@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





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

* bug#6746: 24.0.50; Add a key binding to get full commit log
  2022-05-09 16:19 ` Lars Ingebrigtsen
@ 2022-05-11 16:48   ` Juri Linkov
  2022-05-12  0:29     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Juri Linkov @ 2022-05-11 16:48 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 6746, Aneesh Kumar K.V

>> 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)





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

* bug#6746: 24.0.50; Add a key binding to get full commit log
  2022-05-11 16:48   ` Juri Linkov
@ 2022-05-12  0:29     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-12  0:29 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 6746, Aneesh Kumar K.V

Juri Linkov <juri@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





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

end of thread, other threads:[~2022-05-12  0:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-28 14:58 bug#6746: 24.0.50; Add a key binding to get full commit log Aneesh Kumar K.V
2022-05-09 16:19 ` Lars Ingebrigtsen
2022-05-11 16:48   ` Juri Linkov
2022-05-12  0:29     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).