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:
parent
de380adb64
commit
b528495946
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue