]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fetch-pack.c
smart http: use the same connectivity check on cloning
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 21 Jul 2013 08:18:05 +0000 (15:18 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jul 2013 19:18:18 +0000 (12:18 -0700)
commit9ba380481cc3a5ae7706763d71cf8844917ed804
tree44a1f26052d15dfc349e0edc34df0117cb0595e7
parentc6807a40dcd29f7e5ad1e2f4fc44f1729c9afa11
smart http: use the same connectivity check on cloning

This is an extension of c6807a4 (clone: open a shortcut for
connectivity check - 2013-05-26) to reduce the cost of connectivity
check at clone time, this time with smart http protocol.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch-pack.txt
Documentation/gitremote-helpers.txt
builtin/fetch-pack.c
remote-curl.c
transport-helper.c