uv-git 0.0.50

This is an internal component crate of uv
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use crate::credentials::{store_credentials, store_credentials_from_url};
pub use crate::git::{GIT, GIT_LFS, GitError};
pub use crate::resolver::{
    GitHttpSettings, GitResolver, GitResolverError, RepositoryReference,
    ResolvedRepositoryReference,
};
pub use crate::source::{Fetch, GitSource, Reporter};

mod credentials;
mod git;
mod rate_limit;
mod resolver;
mod source;