Merge upstream

This commit is contained in:
Cyberboss
2017-09-07 22:20:26 -04:00
20 changed files with 505 additions and 437 deletions
+5
View File
@@ -352,6 +352,11 @@ namespace TGServerService
//just the tip
const string GitLogsDir = "/.git/logs";
Program.CopyDirectory(RepoPath + GitLogsDir, resurrectee + GitLogsDir);
try
{
File.Copy(PRJobFile, resurrectee + Path.DirectorySeparatorChar + PRJobFile);
}
catch { }
}
finally
{