You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a repository with too many (more than --window size) similarly
named files, "git repack" would not find good delta-base candidate
and worse, it may not use a blob from exactly the same path as a
good delta-base candidate. Optionally replace the name hash so
that only blobs at the same path and nothing else are used as
delta-base candidate.
Comments?
* ds/pack-name-hash-tweak:
test-tool: add helper for name-hash values
p5313: add size comparison test
git-repack: update usage to match docs
pack-objects: add GIT_TEST_FULL_NAME_HASH
repack: test --full-name-hash option
pack-objects: add --full-name-hash option
0 commit comments