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.
| 94 | // |
| 95 | // By default it only shows annotated tags. |
| 96 | type DescribeOptionsStrategy uint |
| 97 | |
| 98 | // Describe strategy options. |
| 99 | const ( |
no outgoing calls
no test coverage detected