]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2025 18:08:51 +0000 (10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Feb 2025 18:08:52 +0000 (10:08 -0800)
commit07c401d3922920c8edb2a1060806f06d9c4850b4
treeeb0c55b895727d2b4b68ff8c45c3f1257d02c133
parentaae91a86fb2a71ff89a71b63ccec3a947b26ca51
parent414c82300abf8d1f4c8ce7bacc68f3848bdb27f4
Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'

"git repack --keep-unreachable" to send unreachable objects to the
main pack "git repack -ad" produces did not work when there is no
existing packs, which has been corrected.

* ps/repack-keep-unreachable-in-unpacked-repo:
  builtin/repack: fix `--keep-unreachable` when there are no packs
builtin/repack.c