]> git.ipfire.org Git - thirdparty/git.git/commit
replay: support replaying down from root commit
authorToon Claes <toon@iotcl.com>
Tue, 24 Mar 2026 19:35:41 +0000 (20:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 19:41:13 +0000 (12:41 -0700)
commite8b79a96ebaa2113391d14bfcdabe239f6ff8611
tree12385678a71ea3ca97c33ee0ecfde1d439209d60
parentca1db8a0f7dc0dbea892e99f5b37c5fe5861be71
replay: support replaying down from root commit

git-replay(1) doesn't allow replaying commits all the way down to the
root commit. Fix that.

Signed-off-by: Toon Claes <toon@iotcl.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
replay.c
t/t3650-replay-basics.sh