]> Kevux Git Server - rit/commit
replay: replace the_repository with repo parameter passed to cmd_replay ()
authorElijah Newren <newren@gmail.com>
Wed, 14 May 2025 20:33:25 +0000 (20:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 May 2025 22:00:49 +0000 (15:00 -0700)
commitd2c3e94a0aa1755677c18b16d05b71e94c700029
treef652a5ceec42c6b96a5f97014b4d54f3db999cd8
parent1a8a4971cc6c179c4dd711f4a7f5d7178f4b3ab7
replay: replace the_repository with repo parameter passed to cmd_replay ()

Replace the_repository everywhere with repo, feed repo from cmd_replay()
to all the other functions in the file that need it, and remove the
UNUSED annotation on repo.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replay.c