git-fetch: resolve remote symrefs for HTTP transport
authorNick Hengeveld <nickh@reactrix.com>
Wed, 26 Apr 2006 16:10:01 +0000 (09:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 00:16:11 +0000 (17:16 -0700)
commit093b06889104d218e95251176af5cf4aa5dd5cdd
tree9397d11a60b3e215716bf0914999de6cf207e19f
parent69bcc43eca0f251617e3b5db5df632b24db94e92
git-fetch: resolve remote symrefs for HTTP transport

git-fetch validates that a remote ref resolves to a SHA1 prior to calling
git-http-fetch.  This adds support for resolving a few levels of symrefs
to get to the SHA1.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh