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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user