• Show log

    Commit

  • Hash : b3aa4406
    Author : Carlos Martín Nieto
    Date : 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.