Merge branch 'mm/pull-upload-pack'
commitd772def9c835a9521bfa9221a3e39feaf9a7b416
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:48:51 +0000 (19 14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 21:48:51 +0000 (19 14:48 -0700)
tree2f7ecc012a9f92a4d1aaf796e00781610534139e
parent44e02239f41177b6a7567e86db2cd18f7949d941
parent22d6857d46de7ca28445c40782ba87a66416790d
Merge branch 'mm/pull-upload-pack'

"git pull" in recent releases of Git has a regression in the code
that allows custom path to the --upload-pack=<program>.  This has
been corrected.

Note that this is irrelevant for 'master' with "git pull" rewritten
in C.

* mm/pull-upload-pack:
  pull.sh: quote $upload_pack when passing it to git-fetch
contrib/examples/git-pull.sh