]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
builtin/repack.c

Simple merge