]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sp/wt-status-wo-the-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:42:11 +0000 (14:42 -0700)
commit2e99d5ed52111a7852d036bceaa5af3458145de3
tree9ff34e09bbde749bc456dbf291db7b718738522b
parenta537e3e6e998710bf15ee05bf0cd02a122d54b8c
parenta7cd24de0b3b679c16ae3ee8215af06aeea1e6a3
Merge branch 'sp/wt-status-wo-the-repository' into next

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
wt-status.c