diff options
| author | Shreyansh Paliwal <shreyanshpaliwalcmsmn@gmail.com> | 2026-02-18 23:23:42 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-19 08:59:24 -0800 |
| commit | a7cd24de0b3b679c16ae3ee8215af06aeea1e6a3 (patch) | |
| tree | 4fcc32ab87b405b6549f713cc66a62969254d155 /Documentation | |
| parent | 9d0d2ba217f3ceefb0315b556f012edb598b9724 (diff) | |
| download | git-a7cd24de0b3b679c16ae3ee8215af06aeea1e6a3.tar.xz | |
wt-status: use hash_algo from local repository instead of global the_hash_algo
wt-status.c still uses the global the_hash_algo even though a repository
instance is already available via struct wt_status.
Replace uses of the_hash_algo with the hash algorithm stored in the
associated repository (s->repo->hash_algo or r->hash_algo).
This removes another dependency on global state and keeps wt-status
consistent with local repository usage.
Signed-off-by: Shreyansh Paliwal <shreyanshpaliwalcmsmn@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions
