commit - caa004fc71ad2f2e0667e7a1957ca06c86e730a0
commit + b97647df3d1b5227a81c4c5f301f759bd0cac936
blob - fe7961526b717bebd3dcabc2dc7471fac685007c
blob + 67c65789eab42181f2fee89f6a5bef0883290867
--- swh/loader/git/loader.py
+++ swh/loader/git/loader.py
num_commits_total = len(commits.items())
logger.info("Adding trees and blobs to the graph...")
for commit_hash, root_tree_hash in commits.items():
- logger.debug(
- f"Processing commit {i + 1}: {hashutil.hash_to_bytehex(commit_hash)}"
- )
# Show some debug progress output for very large datasets
p = int(i * 100 / num_commits_total)
if p != last_p: