Open a git repository.
The 'path' argument must point to either a git repository folder, or an existing work dir.
The method will automatically detect if 'path' is a normal or bare repository or fail is 'path' is neither.
@param out_ pointer to the repo which will be opened @param path the path to the repository @return 0 or an error code
See Implementation
Open a git repository.
The 'path' argument must point to either a git repository folder, or an existing work dir.
The method will automatically detect if 'path' is a normal or bare repository or fail is 'path' is neither.
@param out_ pointer to the repo which will be opened @param path the path to the repository @return 0 or an error code