Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-p4: disable-rebase: allow setting this via configuration
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 5e3a50fafc91c7ce7488c20fcb0c663c3384a862..4ce5120e777085227dd0f677dfed70a003cffe96 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-1149,6
+1149,8
@@
static int try_to_commit(struct strbuf *msg, const char *author,
goto out;
}
+ reset_ident_date();
+
if (commit_tree_extended(msg->buf, msg->len, &tree, parents,
oid, author, opts->gpg_sign, extra)) {
res = error(_("failed to write commit object"));