]> code.delx.au - gnu-emacs/commitdiff
* admin/gitmerge.el (gitmerge-commit-message):
authorGlenn Morris <rgm@gnu.org>
Tue, 2 Jun 2015 06:16:03 +0000 (23:16 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Jun 2015 06:16:03 +0000 (23:16 -0700)
Exclude "skipped" messages from ChangeLog.

admin/gitmerge.el

index 43773f5cb3538469c40a716756245f77da009382..c6a3446c1d52bef64ef4adbc078f4dde15750614 100644 (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 ")