X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit-tree.c;h=1d125b8412f0eff6576e8c91343bbf8d9726247d;hb=000182eacf99cde27d5916aa415921924b82972c;hp=e9069971a8bbe413ceb71f63fc48513a475a4d6f;hpb=c4bd907d959673a9113e32e53f65a279b9786f25;p=git.git diff --git a/commit-tree.c b/commit-tree.c index e9069971..1d125b84 100644 --- a/commit-tree.c +++ b/commit-tree.c @@ -153,7 +153,7 @@ int main(int argc, char **argv) parse_date(audate, date, sizeof(date)); cmdate = gitenv("GIT_COMMITTER_DATE"); if (cmdate) - parse_date(audate, realdate, sizeof(realdate)); + parse_date(cmdate, realdate, sizeof(realdate)); remove_special(gecos); remove_special(realgecos); remove_special(commitgecos); remove_special(email); remove_special(realemail); remove_special(commitemail);