]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
replay: introduce new builtin
authorElijah Newren <newren@gmail.com>
Fri, 24 Nov 2023 11:10:31 +0000 (12:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Nov 2023 01:10:48 +0000 (10:10 +0900)
commitf920b0289ba3971451a1cd478baa1d4fddbb0a0b
treec2a9c2bbff8b591a91cc82fc6dfb915531f5b155
parentb9d0991cc702204e14e65abf95d5fc24305e542b
replay: introduce new builtin

For now, this is just a rename from `t/helper/test-fast-rebase.c` into
`builtin/replay.c` with minimal changes to make it build appropriately.

Let's add a stub documentation and a stub test script though.

Subsequent commits will flesh out the capabilities of the new command
and make it a more standard regular builtin.

Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Co-authored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/git-replay.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/replay.c [moved from t/helper/test-fast-rebase.c with 87% similarity]
command-list.txt
git.c
t/helper/test-tool.c
t/helper/test-tool.h
t/t3650-replay-basics.sh [new file with mode: 0755]
t/t6429-merge-sequence-rename-caching.sh