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.
* ds/pack-name-hash-tweak:
p5313: add size comparison test
p5314: add a size test for name-hash collisions
git-repack: update usage to match docs
pack-objects: add --full-name-hash option
0 commit comments