Expand description
See GitSource.
Structsยง
GitSource
contains one or more packages gathering from a Git repository. Under the hood it usesRecursivePathSource
to discover packages inside the repository.
Enumsยง
- Revision ๐Indicates a Git revision that might be locked or deferred to be resolved.
Functionsยง
- ident ๐Create an identifier from a URL, essentially turning
proto://host/path/repo
intorepo-<hash-of-url>
. - ident_
shallow ๐Likeident()
, but appends-shallow
to it, turningproto://host/path/repo
intorepo-<hash-of-url>-shallow
.