From: Junio C Hamano Date: Tue, 7 Apr 2026 21:59:26 +0000 (-0700) Subject: Merge branch 'ps/fsck-wo-the-repository' X-Git-Tag: v2.54.0-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6d0cd51b30e842ffb95d045385100b7c677886;p=thirdparty%2Fgit.git Merge branch 'ps/fsck-wo-the-repository' Internals of "git fsck" have been refactored to not depend on the global `the_repository` variable. * ps/fsck-wo-the-repository: builtin/fsck: stop using `the_repository` in error reporting builtin/fsck: stop using `the_repository` when marking objects builtin/fsck: stop using `the_repository` when checking packed objects builtin/fsck: stop using `the_repository` with loose objects builtin/fsck: stop using `the_repository` when checking reflogs builtin/fsck: stop using `the_repository` when checking refs builtin/fsck: stop using `the_repository` when snapshotting refs builtin/fsck: fix trivial dependence on `the_repository` fsck: drop USE_THE_REPOSITORY fsck: store repository in fsck options fsck: initialize fsck options via a function fetch-pack: move fsck options into function scope --- 7b6d0cd51b30e842ffb95d045385100b7c677886