]> code.delx.au - gnu-emacs/blobdiff - admin/gitmerge.el
* admin/admin.el (add-release-logs): Basic check of existing ChangeLog.
[gnu-emacs] / admin / gitmerge.el
index 70dff295cd195936bf28a85c7d6d84245c1672dc..a08a36937b175b2dce91dc8738f11d34ba3c1cc8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gitmerge.el --- help merge one Emacs branch into another
 
-;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 ;; Authors: David Engster <deng@randomsample.de>
 ;;          Stefan Monnier <monnier@iro.umontreal.ca>
@@ -314,7 +314,10 @@ 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 "; " "") ; I have no idea what to do for this
+    ;; We do not insert "; " for non-skipped messages,
+    ;; because the date of those entries is helpful in figuring out
+    ;; when things got merged, since git does not track that.
+    (insert (if skip "; " "")
            "Merge from " branch "\n\n"
            (if skip
                (concat "The following commit"