git_handler: don't write out objects if already in object store
object_store.add_object doesn't check to see if the object is already in a pack, so it is still written out in that case. Do the check ourselves before calling add_object.
Loading
Please register or sign in to comment