Commit e68b31a1a9f338908a4c72d48734b30c303f0901

Carlos Martín Nieto 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.