diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2024-11-27 17:28:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-04 10:32:20 +0900 |
commit | dfa7c68245bc01e7678d85520cbfbac042cb7c5c (patch) | |
tree | 786697ded6b818fa6678133a39382eb9071b3c62 /commit.c | |
parent | 20df8141f5b7c015abb1090b19e4d24439e500c0 (diff) |
write-midx: add repository field to `write_midx_context`
The struct `write_midx_context` is used to pass context for creating
MIDX files. Add the repository field here to ensure that most functions
within `midx-write.c` have access to the field and can use that instead
of 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