• Show log

    Commit

  • Hash : e68b31a1
    Author : Carlos Martín Nieto
    Date : 2015-03-04T20:57:52

    local: let the packbuilder perform smarter object insertion
    
    Currently we use the most naïve and inefficient method for figuring out
    which objects to send to the remote whereby we end up trying to insert
    subdirs which have not changed multiple times.
    
    Instead, make use of the packbuilder's built-in more efficient method
    which uses the walk to feed the object list and avoids inserting an
    object and its descendants.