@ -1235,11 +1235,10 @@ Return the list of files that haven't been handled."
@@ -1235,11 +1235,10 @@ Return the list of files that haven't been handled."
(goto-char (point-max))
(insert sign-off "\n"))))
(defun git-setup-log-buffer (buffer &optional author-name author-email subject date msg)
(defun git-setup-log-buffer (buffer &optional merge-heads author-name author-email subject date msg)
"Setup the log buffer for a commit."
(unless git-status (error "Not in git-status buffer."))
(let ((merge-heads (git-get-merge-heads))
(dir default-directory)
(let ((dir default-directory)
(committer-name (git-get-committer-name))
(committer-email (git-get-committer-email))
(sign-off git-append-signed-off-by))
@ -1294,7 +1293,7 @@ Return the list of files that haven't been handled."
@@ -1294,7 +1293,7 @@ Return the list of files that haven't been handled."
@ -1305,11 +1304,13 @@ Return the list of files that haven't been handled."
@@ -1305,11 +1304,13 @@ Return the list of files that haven't been handled."
(defun git-setup-commit-buffer (commit)
"Setup the commit buffer with the contents of COMMIT."
(let (author-name author-email subject date msg)
(let (parents author-name author-email subject date msg)
@ -1321,14 +1322,14 @@ Return the list of files that haven't been handled."
@@ -1321,14 +1322,14 @@ Return the list of files that haven't been handled."