summaryrefslogtreecommitdiff
path: root/admin/gitmerge.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-12-12 23:20:15 -0500
committerGlenn Morris <rgm@gnu.org>2017-12-12 23:20:15 -0500
commita93c8e36f0e17b4f209cd943e581f0141789450f (patch)
tree40e8bd0d5681918b32c9cef90b10d5b81955b6ef /admin/gitmerge.el
parent14b95587520959c5b54356547a0a69932a9bb480 (diff)
downloademacs-a93c8e36f0e17b4f209cd943e581f0141789450f.tar.gz
* admin/gitmerge.el (gitmerge-missing):
Don't get confused by decorations.
Diffstat (limited to 'admin/gitmerge.el')
-rw-r--r--admin/gitmerge.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/gitmerge.el b/admin/gitmerge.el
index 13d92ac92bc..5e7d8c3e33f 100644
--- a/admin/gitmerge.el
+++ b/admin/gitmerge.el
@@ -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)