Merge branch 'pt/pull-optparse'
commita1eaf8655dcf81576f1cc6becdc63ae0de7c84d5
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:42 +0000 (24 12:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:42 +0000 (24 12:21 -0700)
tree720a2f6189c5eee246df8c88c7cf3b55d9b6f710
parent20d16da5caf85801b8b606e2c9a3fa8a5c261e64
parente3b601da2af53cbb9a63e59113d524a8d946ea12
Merge branch 'pt/pull-optparse'

"git pull" has become more aware of the options meant for
underlying "git fetch" and then learned to use parse-options
parser.

* pt/pull-optparse:
  pull: use git-rev-parse --parseopt for option parsing
  pull: handle git-fetch's options as well