• Kirill Smelkov's avatar
    Move xcommit_tree() & friends to gitobjects.go · cc450765
    Kirill Smelkov authored
    We are going to rework this function, but before adding changes let's
    move it to more appropriate place. Since xcommit_tree() creates commit
    object from tree and parents and is pretty standard git function - the
    appropriate place is gitobjects.
    
    NOTE we cannot just replace xcommit_tree() with g.CreateCommit() as the
        latter works with already loaded tree and parent objects, but we
        want to be able to make commits only knowing tree and parents sha1.
    cc450765
gitobjects.go 5.58 KB