Function git_repository::open_opts
source · pub fn open_opts(
directory: impl Into<PathBuf>,
options: Options
) -> Result<Repository, Error>
Expand description
See ThreadSafeRepository::open_opts(), but returns a Repository
instead.