Merge branch 'rs/repack-without-loosening-promised-objects'

"git repack -A -d" in a partial clone unnecessarily loosened
objects in promisor pack.

* rs/repack-without-loosening-promised-objects:
  repack: avoid loosening promisor objects in partial clones
This commit is contained in:
Junio C Hamano
2021-05-10 16:59:47 +09:00
4 changed files with 26 additions and 3 deletions

View File

@ -35,4 +35,8 @@ test_perf 'count non-promisor commits' '
git -C bare.git rev-list --all --count --exclude-promisor-objects
'
test_perf 'gc' '
git -C bare.git gc
'
test_done