From 49aab970c14aa50d77145174f7433c1b9a39495d Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 3 Nov 2020 22:31:54 +0300 Subject: [PATCH] Update download-repo.ps1 --- images.CI/download-repo.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.CI/download-repo.ps1 b/images.CI/download-repo.ps1 index 40270769..14374702 100644 --- a/images.CI/download-repo.ps1 +++ b/images.CI/download-repo.ps1 @@ -11,4 +11,4 @@ $env:GIT_REDIRECT_STDERR = '2>&1' git clone $RepoUrl . -b $RepoBranch --single-branch --depth 1 Write-Host "Latest commit:" -git log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1 \ No newline at end of file +git --no-pager log --pretty=format:"Date: %cd; Commit: %H - %s; Author: %an <%ae>" -1 \ No newline at end of file