diff options
| author | Taylor Blau <me@ttaylorr.com> | 2025-10-15 18:27:21 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-16 10:08:53 -0700 |
| commit | df3a499bd6b951a9e23894793afec11f0850834a (patch) | |
| tree | 74edd6718689ad863e2b471474f40213678e5491 /contrib/persistent-https | |
| parent | 20b4eeddce165f11d7c5bffb1ecb69017df4a05e (diff) | |
| download | git-df3a499bd6b951a9e23894793afec11f0850834a.tar.gz git-df3a499bd6b951a9e23894793afec11f0850834a.zip | |
builtin/repack.c: avoid "the_repository" in existing packs API
There are a number of spots within builtin/repack.c which refer to
"the_repository", and either make use of the "existing packs" API
or otherwise have a 'struct existing_packs *' in scope.
Add a "repo" member to "struct existing_packs" and use that instead of
"the_repository" in such locations.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
