Merge branch 'fm/fetch-raw-sha1'
commita9d34933803198f89ad721ee17f138b046131090
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:19 +0000 (1 12:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:19 +0000 (1 12:45 -0700)
tree4d798909f9f3e6b892b9625879051d7eec9d3073
parent6dec263333417738528089834bd8cda72017aa31
parent68ee628932c2196742b77d2961c5e16360734a62
Merge branch 'fm/fetch-raw-sha1'

"git upload-pack" that serves "git fetch" can be told to serve
commits that are not at the tip of any ref, as long as they are
reachable from a ref, with uploadpack.allowReachableSHA1InWant
configuration variable.

* fm/fetch-raw-sha1:
  upload-pack: optionally allow fetching reachable sha1
  upload-pack: prepare to extend allow-tip-sha1-in-want
  config.txt: clarify allowTipSHA1InWant with camelCase
Documentation/config.txt
upload-pack.c