mirror of
https://github.com/git/git.git
synced 2026-03-19 21:20:05 +01:00
cvs2git: add support for GIT_COMMITTER_DATE
Of course, this requires a version of git that cares..
This commit is contained in:
@@ -69,10 +69,10 @@ static void prepare_commit(void)
|
||||
|
||||
printf("export GIT_COMMITTER_NAME=%s\n", author_name);
|
||||
printf("export GIT_COMMITTER_EMAIL=%s\n", author_email);
|
||||
printf("export GIT_COMMITTER_DATE='%s'\n", date);
|
||||
|
||||
printf("export GIT_AUTHOR_NAME=%s\n", author_name);
|
||||
printf("export GIT_AUTHOR_EMAIL=%s\n", author_email);
|
||||
|
||||
printf("export GIT_AUTHOR_DATE='%s'\n", date);
|
||||
|
||||
if (initial_commit)
|
||||
|
||||
Reference in New Issue
Block a user