1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

* lisp/vc/vc-git.el (vc-git-revision-table): Reverse the table (bug#64656).

This commit is contained in:
Juri Linkov 2023-11-06 09:27:48 +02:00
parent de380adb64
commit b528495946

View file

@ -1723,7 +1723,7 @@ This requires git 1.8.4 or later, for the \"-L\" option of \"git log\"."
"^refs/\\(heads\\|tags\\|remotes\\)/\\(.*\\)$")))
(while (re-search-forward regexp nil t)
(push (match-string 2) table))))
table))
(nreverse table)))
(defun vc-git-revision-completion-table (files)
(letrec ((table (lazy-completion-table