Merge branch 'pt/pull-ff-vs-merge-ff' into next
commit064a0827b9c88852974359da9085037f985babc3
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2015 22:07:16 +0000 (20 15:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2015 22:07:16 +0000 (20 15:07 -0700)
treeb378c9736aed4c2a6bebd35ea95eec477940982f
parent2b14ed73683467e79f83055f6bb46d31d05d847d
parentdb9bb280ed7df7858a2de5d1d0334114dd837be0
Merge branch 'pt/pull-ff-vs-merge-ff' into next

The pull.ff configuration was supposed to override the merge.ff
configuration, but it didn't.

* pt/pull-ff-vs-merge-ff:
  pull: parse pull.ff as a bool or string
  pull: make pull.ff=true override merge.ff
Documentation/config.txt
git-pull.sh