GitTools/GitTools.Core

LibGitExtensions.IsDetachedHead is redundant

maximpashuk opened this issue · 1 comments

public static bool IsDetachedHead(this Branch branch)

Instead of this you always can use Repository.Info.IsHeadDetached from libgit2sharp.

As GitVersion stopped using GitTools.Core in GitTools/GitVersion#1581, this issue is unfortunately not relevant anymore and the whole repository will be archived. Please try the latest build of GitVersion and see if it solves whatever problem you had when you submitted this issue. If the problem persists, please submit a new issue or PR against the GitVersion repository.