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

1  2 
builtin/gc.c

diff --cc builtin/gc.c
Simple merge