Struct jujutsu_lib::git_backend::GitBackend
source · pub struct GitBackend { /* private fields */ }Implementations§
source§impl GitBackend
impl GitBackend
pub fn init_internal(store_path: &Path) -> Self
pub fn init_external(store_path: &Path, git_repo_path: &Path) -> Self
pub fn load(store_path: &Path) -> Self
Trait Implementations§
source§impl Backend for GitBackend
impl Backend for GitBackend
source§fn name(&self) -> &str
fn name(&self) -> &str
A unique name that identifies this backend. Written to
.jj/repo/store/backend when the repo is created. Read more