]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
upload-pack: optionally allow fetching from the tips of hidden refs
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2013 05:49:57 +0000 (21:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 21:56:52 +0000 (13:56 -0800)
commit390eb36b0a9cbaa5051040c762b986ddd4b3848f
tree68a600ae8cae528837c202aebb1d5c33f915ba88
parentf2db854d24f32de7b03dde5a7d7134f5e31100b9
upload-pack: optionally allow fetching from the tips of hidden refs

With uploadpack.allowtipsha1inwant configuration option set, future
versions of "git fetch" that allow an exact object name (likely to
have been obtained out of band) on the LHS of the fetch refspec can
make a request with a "want" line that names an object that may not
have been advertised due to transfer.hiderefs configuration.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
upload-pack.c