summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff_initial..side
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2026-08-21 08:30:05 +0200
committerJunio C Hamano <gitster@pobox.com>2026-08-21 09:01:54 -0700
commit9e8558a31d896ca1508a8e6febb1e54b04188eef (patch)
tree670bcf249fdcb62afae35a39ec2866d8ec889e91 /t/t4013/diff.diff_initial..side
parent3f0986b27ce2258e1931a48cdc3e1b4491448d46 (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