projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b9558
)
* admin/gitmerge.el (gitmerge-missing):
author
Glenn Morris
<rgm@gnu.org>
Wed, 13 Dec 2017 04:20:15 +0000
(23:20 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 13 Dec 2017 04:20:15 +0000
(23:20 -0500)
Don't get confused by decorations.
admin/gitmerge.el
patch
|
blob
|
history
diff --git
a/admin/gitmerge.el
b/admin/gitmerge.el
index 13d92ac92bcef894a810bd661737c41c89b11210..5e7d8c3e33fd977a7423e27567afe19ebce98938 100644
(file)
--- 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)