pub fn get_git_repo(
store: &Store,
) -> Result<Repository, UnexpectedGitBackendError>
Expand description
Returns new thread-local instance to access to the underlying Git repo.
pub fn get_git_repo(
store: &Store,
) -> Result<Repository, UnexpectedGitBackendError>
Returns new thread-local instance to access to the underlying Git repo.