Display git-tfs command in the console when debug log is enable

(to help support when someone report an error)
This commit is contained in:
Philippe Miossec
2013-10-10 11:34:43 +02:00
parent 8cfed5d935
commit 3f3fd638b2
+1
View File
@@ -39,6 +39,7 @@ namespace Sep.Git.Tfs
var command = ExtractCommand(args);
if(RequiresValidGitRepository(command)) AssertValidGitRepository();
var unparsedArgs = ParseOptions(command, args);
Trace.WriteLine("Command run:git tfs " + string.Join(" ", args));
return Main(command, unparsedArgs);
}