Skip to main content

open_repo

Function open_repo 

Source
pub fn open_repo(repo_path: &Path) -> Result<Repository>
Expand description

Open a git repository at repo_path.

Returns GitStorageError::NotARepo when .git is absent.