* admin/gitmerge.el (gitmerge-commit-message):
Revert to including "skipped" messages in ChangeLog once again.
This commit is contained in:
parent
9533ed8d05
commit
5977a07d94
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue