replay: add --contained to rebase contained branches
commitc4611130f47242af19fbd8eca2be039742c122b1
authorElijah Newren <newren@gmail.com>
Fri, 24 Nov 2023 11:10:42 +0000 (24 12:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Nov 2023 01:10:49 +0000 (26 10:10 +0900)
tree1daf5fb9bc38842159b519c4868488944742d283
parent22d99f012f9b33ede37c47a195bad7c12dae596b
replay: add --contained to rebase contained branches

Let's add a `--contained` option that can be used along with
`--onto` to rebase all the branches contained in the <revision-range>
argument.

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>
Documentation/git-replay.txt
builtin/replay.c
t/t3650-replay-basics.sh