Expand description
See GitSource.
Structsยง
- GitSource
GitSourcecontains one or more packages gathering from a Git repository. Under the hood it usesRecursivePathSourceto 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/repointorepo-<hash-of-url>. - ident_
shallow ๐ - Like
ident(), but appends-shallowto it, turningproto://host/path/repointorepo-<hash-of-url>-shallow.