vss2git icon indicating copy to clipboard operation
vss2git copied to clipboard

GIT_AUTHOR_DATE not set to the VSS commit date

Open nowox opened this issue 9 years ago • 0 comments

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);

nowox avatar Jan 27 '16 16:01 nowox