rebase: add rebase.updateRefs config option
commit3113fedaeb67eed4c46ef7bdd670b8406317a303
authorDerrick Stolee <derrickstolee@github.com>
Tue, 19 Jul 2022 18:33:42 +0000 (19 18:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2022 19:49:04 +0000 (19 12:49 -0700)
tree8bc5de79a9222aa73d7a9f40f3878e17afe8c42a
parentb3b1a21d1a5df87e81fa8b53c6c3cf9760ca12d4
rebase: add rebase.updateRefs config option

The previous change added the --update-refs command-line option.  For
users who always want this mode, create the rebase.updateRefs config
option which behaves the same way as rebase.autoSquash does with the
--autosquash option.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/rebase.txt
Documentation/git-rebase.txt
builtin/rebase.c
t/t3404-rebase-interactive.sh