diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-06-14 08:51:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-06-14 10:26:35 -0700 |
commit | 912d4756cde9513e500f345fcc9b7a2c43a47e65 (patch) | |
tree | d061ceb2c62f886bfe436583dc54468d2f985216 /diff.c | |
parent | 8e9a1d0dc2d543c05cb0c11a598fb7675d5deea8 (diff) |
t/helper: remove dependency on `the_repository` in "proc-receive"
The "proc-receive" test helper implicitly relies on `the_repository` via
`parse_oid_hex()`. This isn't necessary though, and in fact the whole
command does not depend on `the_repository` at all.
Stop setting up `the_repository` and use `parse_oid_hex_any()` to parse
object IDs.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions