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.
Note that the libgit2 library must be initialized using
git_libgit2_init
before any APIs can be called, including
this one.
the path to the repository
0 or an error code