diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2024-10-09 02:58:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-09 11:51:31 -0700 |
commit | 432f666aa6d9f69d578d44f8c6d6bdb865152ad5 (patch) | |
tree | e5705e13c4541af55faafabfbe4a037f70c29ac0 /commit.c | |
parent | 777489f9e09c8d0dd6b12f9d90de6376330577a2 (diff) |
loose: don't rely on repository global state
In `loose.c`, we rely on the global variable `the_hash_algo`. As such we
have guarded the file with the 'USE_THE_REPOSITORY_VARIABLE' definition.
Let's derive the hash algorithm from the available repository variable
and remove this guard. This brings us one step closer to removing the
global 'the_repository' variable.
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions