remote: fix status with branch...rebase=preserve
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 7 Dec 2013 13:08:37 +0000 (07:08 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2013 22:12:24 +0000 (14:12 -0800)
Commit 66713ef (pull: allow pull to preserve merges when rebasing)
didn't include an update so 'git remote status' parses branch.<name>.rebase=preserve
correctly, let's do that.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found