mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* admin/gitmerge.el (gitmerge-missing):
Don't get confused by decorations.
This commit is contained in:
parent
14b9558752
commit
a93c8e36f0
@ -203,6 +203,7 @@ if and why this commit should be skipped."
|
||||
;; `gitmerge-skip-regexp' or are marked by --cherry-mark.
|
||||
(with-temp-buffer
|
||||
(call-process "git" nil t nil "log" "--cherry-mark" "--left-only"
|
||||
"--no-decorate"
|
||||
(concat from "..." (car (vc-git-branches))))
|
||||
(goto-char (point-max))
|
||||
(while (re-search-backward "^commit \\(.+\\) \\([0-9a-f]+\\).*" nil t)
|
||||
|
Loading…
Reference in New Issue
Block a user