* admin/gitmerge.el (gitmerge-commit-message):

Exclude "skipped" messages from ChangeLog.
This commit is contained in:
Glenn Morris 2015-06-01 23:16:03 -07:00
parent e3a0f3daf1
commit 9b97b0402c

View file

@ -314,7 +314,8 @@ Returns non-nil if conflicts remain."
SKIP denotes whether those commits are actually skipped. If END
is nil, only the single commit BEG is merged."
(with-temp-buffer
(insert "Merge from " branch "\n\n"
(insert (if skip "; " "")
"Merge from " branch "\n\n"
(if skip
(concat "The following commit"
(if end "s were " " was ")