]> git.eshelyaron.com Git - emacs.git/commit
Improve passing user switches to Git log commands (bug#59414)
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 4 Dec 2022 22:56:35 +0000 (15:56 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 5 Dec 2022 05:02:46 +0000 (22:02 -0700)
commit5be502a697c4253270c9c3aa7536db239adc1572
treef08a8ad1135c292144a0be74de2d5c94d2c227b5
parent3e00e50ee3d54537b8390b8d386387d01ae7553d
Improve passing user switches to Git log commands (bug#59414)

* lisp/vc/vc-git.el (vc-git-log-switches): Revise docstring.
(vc-git-shortlog-switches): New defcustom.
(vc-git-print-log): Use vc-git-log-switches or
vc-git-shortlog-switches depending on whether printing a shortlog.
(vc-git-log-outgoing, vc-git-log-incoming): Use
vc-git-shortlog-switches.
(vc-git-log-search, vc-git-expanded-log-entry): Use
vc-git-log-switches.
* etc/NEWS: Document the new defcustom.
etc/NEWS
lisp/vc/vc-git.el