]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sp/wt-status-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:48:13 +0000 (10:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:48:14 +0000 (10:48 -0700)
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

1  2 
wt-status.c

diff --cc wt-status.c
Simple merge