PTWM
install

ptwm_core::install::git

Git source: git+https://...#<commit-sha>. Only commit-SHA pins are accepted so that re-installs are reproducible.

ptwm_core::install::git

Git source: git+https://...#<commit-sha>. Only commit-SHA pins are accepted so that re-installs are reproducible.

rsmod

ptwm_core::install::git

crates/ptwm-core/src/install/git.rs:1
mod git

Git source: `git+https://...#<commit-sha>`. Only commit-SHA pins are accepted so that re-installs are reproducible.

rsfn

ptwm_core::install::git::parse_git_source

crates/ptwm-core/src/install/git.rs:12
pub fn parse_git_source(rest: &str) -> Result<Source, ExtensionError>
rsfn

ptwm_core::install::git::stage_git

crates/ptwm-core/src/install/git.rs:27
pub fn stage_git(url: &str, sha: &str) -> Result<TempDir, ExtensionError>