We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git fetch
1 parent 4928498 commit 05f194aCopy full SHA for 05f194a
1 file changed
src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs
@@ -51,7 +51,7 @@ private static bool TryFetch( ConsoleHelper console, string repoDirectory, strin
51
if ( !ToolInvocationHelper.InvokeTool(
52
console,
53
"git",
54
- $"fetch",
+ $"fetch -q",
55
repoDirectory ) )
56
{
57
return false;
0 commit comments