Select Git revision
remote_test.go
-
Pavlo Strokov authored
The change replaces all usages of the git.NewCommand function with git.CommandFactory.New method. The New method of the ExecCommandFactory changed to use newCommand method to execute git commands. The new parameter was added to some functions to pass git.CommandFactory down to the place where git.NewCommand was used before. Part of: #2699
Pavlo Strokov authoredThe change replaces all usages of the git.NewCommand function with git.CommandFactory.New method. The New method of the ExecCommandFactory changed to use newCommand method to execute git commands. The new parameter was added to some functions to pass git.CommandFactory down to the place where git.NewCommand was used before. Part of: #2699
Code owners
Assign users and groups as approvers for specific file changes. Learn more.