Trait git_repository::prelude::RepositoryAccessExt[][src]

pub trait RepositoryAccessExt: Access + Sized {
    fn committer(&self) -> Signature { ... }
fn hash_kind(&self) -> Result<Kind, Error> { ... }
fn refresh_object_database(&self) -> Result<(), Error> { ... } }
Expand description

The catch-all of extension traits.

Provided methods

The kind of hash the repository is configured to use

Refresh persistent object database structures to reflect the state on disk.

Implementors