diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-08-21 08:30:05 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-08-21 09:01:54 -0700 |
| commit | 9e8558a31d896ca1508a8e6febb1e54b04188eef (patch) | |
| tree | 670bcf249fdcb62afae35a39ec2866d8ec889e91 /t/t4013/diff.diff_initial..side | |
| parent | 3f0986b27ce2258e1931a48cdc3e1b4491448d46 (diff) | |
bundle: get (mostly) rid of `the_repository`
Refactor "bundle.c" so that we don't depend on `the_repository` anymore.
This conversion is trivial for most of the part, as we already have a
repository available in all calling conexts.
The only exception is that we use `get_log_output_encoding()`, which
implicitly depends on `the_repository`. Add an `extern` declaration for
this function so that we can drop `USE_THE_REPOSITORY_VARIABLE` and not
accidentally introduce more uses of `the_repository`.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
