diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2024-12-03 15:43:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-04 08:21:54 +0900 |
commit | 4f9e6bd4923728053669c300d3ee8483d95f599b (patch) | |
tree | 36727611a9dd0215c72c25deffe9cf94ef5a8866 /diff.c | |
parent | 9c5ce06d74251601ca0dcb3ebe2284639f96f9a2 (diff) |
packfile: pass `repository` to static function in the file
Some of the static functions in the `packfile.c` access global
variables, which can simply be avoided by passing the `repository`
struct down to them. Let's do that.
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions