Merge branch 'jc/pull-rebase-ff' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:04 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:05 +0000 (15:11 -0800)
commite4ec4089883c9076744561863f9913bdefec06cf
tree0da60edb46ca721baef5a128e3450cb6466d5f53
parent07ec05d9e6f54874c6a439fea35ec70ffa05c1a0
parent33b842a1e9bf28bcffe953ad9dcdbb0561336314
Merge branch 'jc/pull-rebase-ff' into maint

"git pull --rebase", when there is no new commits on our side since
we forked from the upstream, should be able to fast-forward without
invoking "git rebase", but it didn't.

* jc/pull-rebase-ff:
  pull: fast-forward "pull --rebase=true"
builtin/pull.c
t/t5520-pull.sh