]> git.eshelyaron.com Git - emacs.git/commit
vc-git-print-log: Don't assume vc-git-log-switches is a list
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 3 Dec 2022 06:42:10 +0000 (23:42 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 3 Dec 2022 06:58:30 +0000 (23:58 -0700)
commit17d40c163e088e25152aedcfb18d733cc8e54756
tree96630b95ffe3e44b55f4c60a5d1958bf706411a7
parent1e36ad9458e8deacfc85da573bb0ca0f270d4802
vc-git-print-log: Don't assume vc-git-log-switches is a list

* lisp/vc/vc-git.el (vc-git-print-log): Call ensure-list on
vc-git-log-switches to handle the case where it's a singular string.
lisp/vc/vc-git.el