4915442 Instantiate the pygit2.Repository in the constructor of GitRepo

Authored and Committed by pingou 10 years ago
    Instantiate the pygit2.Repository in the constructor of GitRepo
    
    This way we do not have to re-create that pygit2.Repository object for
    every function needing it.
    
        
file modified
+10 -12