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.
pub fn open_repo(repo_path: &Path) -> Result<Repository>Open a git repository at repo_path.
Returns GitStorageError::NotARepo when .git is absent.