Closed luigiberrettini closed 3 years ago
Neither UseCommitIdAsFallback nor OnlyFollowFirstParent are supported.
UseCommitIdAsFallback
OnlyFollowFirstParent
It would be great to add both the options or at least UseCommitIdAsFallback to avoid issues when Cake_Git GitAliases.Describe uses LibGit2Sharp calling Repository.Describe which calls Proxy.git_describe_commit which returns an error if the option is not set and throws an exception as a result of calling Ensure.ZeroResult which calls Ensure.HandleError which actually throws the exception.
Neither
UseCommitIdAsFallback
norOnlyFollowFirstParent
are supported.It would be great to add both the options or at least
UseCommitIdAsFallback
to avoid issues when Cake_Git GitAliases.Describe uses LibGit2Sharp calling Repository.Describe which calls Proxy.git_describe_commit which returns an error if the option is not set and throws an exception as a result of calling Ensure.ZeroResult which calls Ensure.HandleError which actually throws the exception.