# Functions
AllHex reports whether the revision rev is entirely lower-case hexadecimal digits.
No description provided by the author
Run runs the command line in the given directory (an empty dir means the current directory).
RunWithArgs is the same as Run but it also accepts additional arguments.
ShortenSHA1 shortens a SHA1 hash (40 hex digits) to the canonical length used in pseudo-versions (12 hex digits).
WorkDir returns the name of the cached work directory to use for the given repository type and name.
# Constants
Downloaded size limits.
Downloaded size limits.
Downloaded size limits.
# Variables
ErrNoCommits is an error equivalent to fs.ErrNotExist indicating that a given repository or module contains no commits.
# Structs
An Origin describes the provenance of a given repo method result.
A RevInfo describes a single revision in a source code repository.
No description provided by the author
No description provided by the author
A Tag describes a single tag in a code repository.
A Tags describes the available tags in a code repository.
UnknownRevisionError is an error equivalent to fs.ErrNotExist, but for a revision rather than a file.
A VCSError indicates an error using a version control system.
# Interfaces
A Repo represents a code hosting source.