Skip to content

Commit 05f194a

Browse files
committed
Make git fetch silent.
1 parent 4928498 commit 05f194a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static bool TryFetch( ConsoleHelper console, string repoDirectory, strin
5151
if ( !ToolInvocationHelper.InvokeTool(
5252
console,
5353
"git",
54-
$"fetch",
54+
$"fetch -q",
5555
repoDirectory ) )
5656
{
5757
return false;

0 commit comments

Comments
 (0)