trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
153 stars 116 forks source link

GIT_AUTHOR_DATE not set to the VSS commit date #25

Open nowox opened 8 years ago

nowox commented 8 years ago

In GitWrapper.cs I noticed the git commit date is set to the localtime. It would be much better to use the VSS commit date.

startInfo.EnvironmentVariables["GIT_AUTHOR_DATE"] = GetUtcTimeString(localTime);