Commit b3aa440641135619ff3890da03c65ba52396f42c

Carlos Martín Nieto 2012-06-21T02:15:25

repository: avoid opening the repository twice on reinit The call to repo_init_reinit already takes care of opening the repository and giving us a git_repository object to give to the caller. There is no need to call git_repository_open again.