]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase: use OPT_RERERE_AUTOUPDATE()
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 14:30:36 +0000 (15:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 08:32:10 +0000 (17:32 +0900)
commit6023c928aa07128b4270446e7735beb20b2c8096
tree2a46844d36ce95dd6bd78956df5041417661768c
parent28dc09de6d9dbe8270c60177948e50a13c9933ab
rebase: use OPT_RERERE_AUTOUPDATE()

As we have a macro for this it makes sense to use it. Having
cmd_rebase() and cmd_rebase__interactive() use the same values for
this option will be helpful when we start running interactive rebases
without forking rebase--interactive.

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