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.
ptwm_core::install::git
crates/ptwm-core/src/install/git.rs:1mod gitGit source: `git+https://...#<commit-sha>`. Only commit-SHA pins are accepted so that re-installs are reproducible.
ptwm_core::install::git::parse_git_source
crates/ptwm-core/src/install/git.rs:12pub fn parse_git_source(rest: &str) -> Result<Source, ExtensionError>ptwm_core::install::git::stage_git
crates/ptwm-core/src/install/git.rs:27pub fn stage_git(url: &str, sha: &str) -> Result<TempDir, ExtensionError>