You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.log.Info($"Head has moved from '{expectedBranchName} | {expectedSha}' => '{newExpectedBranchName} | {newExpectedSha}', allowed since this is a dynamic repository");
178
+
this.log.Info($"Head has moved from '{expectedBranchName} | {expectedSha}' => '{newExpectedBranchName} | {newExpectedSha}', allowed since this is a dynamic repository");
// Whoa, HEAD has moved, it shouldn't have. We need to blow up because there is a bug in normalisation
192
-
thrownewBugException($@"GitVersion has a bug, your HEAD has moved after repo normalisation.
194
+
// Whoa, HEAD has moved, it shouldn't have. We need to blow up because there is a bug in normalisation
195
+
thrownewBugException($@"GitVersion has a bug, your HEAD has moved after repo normalisation after step '{occasion}'
193
196
194
197
To disable this error set an environmental variable called IGNORE_NORMALISATION_GIT_HEAD_MOVE to 1
195
198
196
199
Please run `git {GitExtensions.CreateGitLogArgs(100)}` and submit it along with your build log (with personal info removed) in a new issue at https://github.com/GitTools/GitVersion");
0 commit comments