]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: fix saving of --signoff state for am-based rebases
authorElijah Newren <newren@gmail.com>
Fri, 20 Dec 2019 18:53:56 +0000 (18:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Dec 2019 19:29:49 +0000 (11:29 -0800)
commit4fe7e43c53a6ad2948919503188bb2d34ce02fa9
treee5a4a4a69126599c5352f644668e61e857a02d1d
parent53a06cf39b756eddfe4a2a34da93e3d04eb7b728
rebase: fix saving of --signoff state for am-based rebases

This was an error introduced in the conversion from shell in commit
21853626eac5 ("built-in rebase: call `git am` directly", 2019-01-18),
which was noticed by a random browsing of the code.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c