summaryrefslogtreecommitdiff
path: root/commit-graph.c
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2024-10-09 02:58:59 -0700
committerJunio C Hamano <gitster@pobox.com>2024-10-09 11:51:31 -0700
commit432f666aa6d9f69d578d44f8c6d6bdb865152ad5 (patch)
treee5705e13c4541af55faafabfbe4a037f70c29ac0 /commit-graph.c
parent777489f9e09c8d0dd6b12f9d90de6376330577a2 (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-graph.c')
0 files changed, 0 insertions, 0 deletions