]> Kevux Git Server - rit/commit
replay: small set of cleanups
authorPatrick Steinhardt <ps@pks.im>
Tue, 13 Jan 2026 09:54:34 +0000 (10:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jan 2026 13:41:16 +0000 (05:41 -0800)
commit410e3780602a5da36a91d7456daf8b1427d80318
treefe03c30566430161b47815628febf3ca1736c3a0
parent6aeda3cf5b6d5c38e9b51f1f39133e23d0981d55
replay: small set of cleanups

Perform a small set of cleanups so that the "replay" logic compiles with
"-Wsign-compare" and doesn't use `the_repository` anymore. Note that
there are still some implicit dependencies on `the_repository`, e.g.
because we use `get_commit_output_encoding()`.

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