Skip to main content

Crate rattler_git

Crate rattler_git 

Source

Re-exports§

pub use git::CheckoutOptions;

Modules§

credentials
git
resolver
sha
source
url

Structs§

GitUrl
A URL reference to a Git repository.

Enums§

GitError

Constants§

GIT_SSH_CLONING_WARNING_MSG
The warning message used in reporter for SSH cloning. This is intended to help user understand that they need to set their SSH passphrase before cloning a repository using SSH, otherwise the process can hang. Original issue: https://github.com/prefix-dev/pixi/issues/3709
GIT_URL_QUERY_REV_TYPE
The query parameter used to specify the type of reference in a Git URL.

Traits§

Reporter