diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/gitmerge.el | 1 |
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." | |||
| 203 | ;; `gitmerge-skip-regexp' or are marked by --cherry-mark. | 203 | ;; `gitmerge-skip-regexp' or are marked by --cherry-mark. |
| 204 | (with-temp-buffer | 204 | (with-temp-buffer |
| 205 | (call-process "git" nil t nil "log" "--cherry-mark" "--left-only" | 205 | (call-process "git" nil t nil "log" "--cherry-mark" "--left-only" |
| 206 | "--no-decorate" | ||
| 206 | (concat from "..." (car (vc-git-branches)))) | 207 | (concat from "..." (car (vc-git-branches)))) |
| 207 | (goto-char (point-max)) | 208 | (goto-char (point-max)) |
| 208 | (while (re-search-backward "^commit \\(.+\\) \\([0-9a-f]+\\).*" nil t) | 209 | (while (re-search-backward "^commit \\(.+\\) \\([0-9a-f]+\\).*" nil t) |