MCPcopy Create free account
hub / github.com/libgit2/git2go / DescribeOptionsStrategy

TypeAlias DescribeOptionsStrategy

describe.go:96–96  ·  view source on GitHub ↗

DescribeOptionsStrategy behaves like the --tags and --all options to git-describe, namely they say to look for any reference in either refs/tags/ or refs/ respectively. By default it only shows annotated tags.

Source from the content-addressed store, hash-verified

94//
95// By default it only shows annotated tags.
96type DescribeOptionsStrategy uint
97
98// Describe strategy options.
99const (

Callers 1

DefaultDescribeOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected