Skip to content

Commit 55067df

Browse files
Log noFetch
1 parent 7f6fd7e commit 55067df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionCore/GitPreparer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void Initialise(bool normaliseGitDirectory, string currentBranch)
4242
{
4343
if (normaliseGitDirectory)
4444
{
45+
Logger.WriteInfo (string.Format ("Normalizing git directory with noFetch = {0}", noFetch));
4546
GitRepositoryHelper.NormalizeGitDirectory(GetDotGitDirectory(), authentication, noFetch, currentBranch);
4647
}
4748
return;

0 commit comments

Comments
 (0)