pub static GIT: LazyLock<Result<ProcessBuilder, GitError>>Expand description
A global cache of the result of which git as a command
Caching the command allows us to avoid needing to remove environment variables everywhere.
pub static GIT: LazyLock<Result<ProcessBuilder, GitError>>A global cache of the result of which git as a command
Caching the command allows us to avoid needing to remove environment variables everywhere.