CommitOrTag returns the full commit hash or tag to checkout, not empty only if format is git.
()
| 146 | Branch() string |
| 147 | // CommitOrTag returns the full commit hash or tag to checkout, not empty only if format is git. |
| 148 | CommitOrTag() string |
| 149 | // Ref returns the git ref to checkout, not empty only if format is git. |
| 150 | Ref() string |
| 151 | // Depth returns the depth to clone the git repo with, not empty only if format is git. |
no outgoing calls
no test coverage detected