revOrTag
lib.sources.revOrTag
Docs pulled from | This Revision | 9 minutes ago
Turn git rev and tag pair into a revision usable in repoRevToName*.
Noogle detected
Implementation
The following is the current implementation of this function.
revOrTag =
rev: tag:
if tag != null then
tag
else if rev != null then
rev
else
"HEAD";