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

Revert to including "skipped" messages in ChangeLog once again.
This commit is contained in:
Glenn Morris 2015-06-05 18:10:07 -04:00
parent 9533ed8d05
commit 5977a07d94

View file

@ -314,7 +314,7 @@ 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 (if skip "; " "")
(insert ; (if skip "; " "") ; I have no idea what to do for this
"Merge from " branch "\n\n"
(if skip
(concat "The following commit"