remote: handle the config setting branch.*.rebase=interactive
commitb5496d484d244bc291db0973466b76e7f679cb9f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 13 Jan 2016 12:17:19 +0000 (13 13:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jan 2016 21:00:01 +0000 (13 13:00 -0800)
treebac8ae3915b6993b8600612fdf1f3ba5e5709731
parentf5eb87b98dd6aa587683057b9f5bd063e682e145
remote: handle the config setting branch.*.rebase=interactive

The config variable branch.<branchname>.rebase is not only used by `git
pull`, but also by `git remote` when showing details about a remote.
Therefore, it needs to be taught to accept the newly-introduced
`interactive` value of said variable.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c