]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: factor out checkout for up to date branch
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 26 Jan 2022 13:05:36 +0000 (13:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jan 2022 20:08:52 +0000 (12:08 -0800)
commitae42fa4c03ef0ffe36468f8918b3d404a277da50
tree8fd2bfc400e25dc22d9174b80889cc77fb47d550
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa
rebase: factor out checkout for up to date branch

This code is heavily indented and it will be convenient later in the
series to have it in its own function.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c