11 references to GitCommand
Microsoft.DotNet.VersionTools (11)
Automation\DependencyUpdateResults.cs (1)
61string status = GitCommand.PorcelainStatus();
Automation\PullRequestCreator.cs (2)
256GitCommand.Commit(commitMessage, GitAuthorName, _auth.Email, all: true); 261GitCommand.Push(
Dependencies\Submodule\LatestCommitSubmoduleUpdater.cs (1)
72GitCommand.Fetch(Path, Repository, Ref);
Dependencies\Submodule\OrchestratedBuildSubmoduleUpdater.cs (1)
48GitCommand.Fetch(Path, GitUrl, refspec);
Dependencies\Submodule\SubmoduleDependencyInfo.cs (2)
22string remoteRefOutput = GitCommand.LsRemoteHeads(path, repository, @ref); 50commit = GitCommand.SubmoduleStatusCached(path)
Dependencies\Submodule\SubmoduleUpdater.cs (4)
42GitCommand.Checkout(Path, desiredHash); 64GitCommand.FetchAll(Path); 69return GitCommand.RevParse(Path, "HEAD").Trim(); 77return GitCommand.SubmoduleStatusCached(Path)