forc_pkg::sourceModule git
Source - Pinned
- A pinned instance of a git source.
- Source
- A git repo with a
Forc.toml
manifest at its root. - SourceIndex
- Everything needed to recognize a checkout in offline mode
- Url
- PinnedParseError
- Error returned upon failed parsing of
Pinned::from_str
. - Reference
- Used to distinguish between types of git references.
- commit_path
- The path to which a git package commit should be checked out.
- fetch
- Fetch the repo at the given git package’s URL and checkout the pinned commit.
- pin
- Pin the given git-sourced package.