diff --git a/GitTfs/Core/GitHelpers.cs b/GitTfs/Core/GitHelpers.cs index a242ac80..ee25a9cb 100644 --- a/GitTfs/Core/GitHelpers.cs +++ b/GitTfs/Core/GitHelpers.cs @@ -241,6 +241,7 @@ namespace Sep.Git.Tfs.Core startInfo.SetArguments(command); startInfo.CreateNoWindow = true; startInfo.UseShellExecute = false; + startInfo.EnvironmentVariables.Add("GIT_PAGER", "cat"); RedirectStderr(startInfo); initialize(startInfo); Trace.WriteLine("Starting process: " + startInfo.FileName + " " + startInfo.Arguments, "git command");