]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitb8ac2bf3f092454e00a325dfd280f56f0a8f0f15
treec31f82c1720781a94ed0062db3ffc9c61b00c2ed
parentdc6ecd5354dca88d51b6d6562777fc8fc10d77e1
parenta7cd24de0b3b679c16ae3ee8215af06aeea1e6a3
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
wt-status.c