• Kirill Smelkov's avatar
    *: Localize code that uses git2go in one small place · 961ca00d
    Kirill Smelkov authored
    As will be explained in the next patch git2go exposes a lot of unsafety
    to the users that can really lead to crashes and data corruption. We are
    going to fix that via "always safe" wrapper over git2go.
    
    -> Factor all code, that uses git2go, into internal/git package as a
       preparatory step for that.
    
    No semantic change for now.
    
    /reviewed-on !12
    961ca00d
git-backup_test.go 14.2 KB