Merge branch 'fm/fetch-raw-sha1' into next
commitdc3f1b34a682a2618ebbfd6ae3ce1f0ac29ac08d
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 21:20:46 +0000 (26 14:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 21:20:47 +0000 (26 14:20 -0700)
treed7e9fe199e8503d42cf042b6d6b45f2b71360384
parent2749912c71d91cfea1af3bd5ca3dcd05e0b52884
parent68ee628932c2196742b77d2961c5e16360734a62
Merge branch 'fm/fetch-raw-sha1' into next

"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