]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pt/pull-optparse'
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:42 +0000 (12:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:42 +0000 (12:21 -0700)
"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


Trivial merge