From: Junio C Hamano Date: Mon, 16 Mar 2026 17:48:13 +0000 (-0700) Subject: Merge branch 'sp/wt-status-wo-the-repository' X-Git-Tag: v2.54.0-rc0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ac2bf3f092454e00a325dfd280f56f0a8f0f15;p=thirdparty%2Fgit.git Merge branch 'sp/wt-status-wo-the-repository' Reduce dependence on the global the_hash_algo and the_repository variables of wt-status code path. * sp/wt-status-wo-the-repository: wt-status: use hash_algo from local repository instead of global the_hash_algo wt-status: replace uses of the_repository with local repository instances wt-status: pass struct repository through function parameters --- b8ac2bf3f092454e00a325dfd280f56f0a8f0f15