builtin/clone: stop using `the_index`
commit9ee6d63babb8beaace8c654df6c65ff61f3697b8
authorPatrick Steinhardt <ps@pks.im>
Thu, 18 Apr 2024 12:14:24 +0000 (18 14:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2024 19:30:42 +0000 (18 12:30 -0700)
tree7d344942c722666eab8615b6d3a650a771b4c88a
parent66bce9d00bc4e2f89b2aea21d1e162c9ee47f55c
builtin/clone: stop using `the_index`

Convert git-clone(1) to use `the_repository->index` instead of
`the_index`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c