* admin/gitmerge.el (gitmerge-commit-message):
Exclude "skipped" messages from ChangeLog.
This commit is contained in:
parent
e3a0f3daf1
commit
9b97b0402c
1 changed files with 2 additions and 1 deletions
|
@ -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 ")
|
||||
|
|
Loading…
Add table
Reference in a new issue