]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ac/prune-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2025 18:19:23 +0000 (11:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2025 18:19:23 +0000 (11:19 -0700)
commitf96878e5d32ac78820401e7061ac5090deeb94ee
tree4312492d440a1c09922b8973dbe875ad86b2cf61
parent45c50a10cfd770531097d0bf50f3f1189792ebec
parent7cd03a555a0d951759a5bce201ad0686c0fc8b12
Merge branch 'ac/prune-wo-the-repository'

Some code paths in the "git prune" used to ignore passed in
repository object and used the_repository singleton instance
instead, which has been corrected.

* ac/prune-wo-the-repository:
  builtin/prune: stop depending on 'the_repository'
  repository: move 'repository_format_precious_objects' to repo scope
builtin/gc.c