- Description:
- The Software Heritage Git Loader: www.softwareheritage.org
- Last Change:
- Clone URL:
ssh://anonymous@git.chirpysoft.be/swh-loader-git.git
Commit Briefs
add existing parent commits to commit graph
Ensure that parent commits already present in the archive are added to the commit graph. Otherwise we will end up with invalid parent commit references during incremental visits.
stop sending all of the trees if all blobs are missing
Also try to optimize the missing deps lookup by converting to a bitarray first. Not sure if this is really faster, but it works