diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-07-17 06:56:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-07-16 22:16:13 -0700 |
commit | 18323f5b485f5c484622e18c6bfd167fdf5ca101 (patch) | |
tree | 590e5d3fae4951410c37fe89afbf50480e8ec25d /contrib/git-svn/git-svn.perl | |
parent | 80e7f52299619575cb48522a4ca40427e2231dc6 (diff) |
object-file: stop using `the_hash_algo`
There are a couple of users of the `the_hash_algo` macro, which
implicitly depends on `the_repository`. Adapt these callers to not do so
anymore, either by deriving it from already-available context or by
using `the_repository->hash_algo`. The latter variant doesn't yet help
to remove the global dependency, but such users will be adapted in the
following commits to not use `the_repository` anymore.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/git-svn/git-svn.perl')
0 files changed, 0 insertions, 0 deletions