From: Junio C Hamano Date: Sat, 19 Nov 2005 07:54:17 +0000 (-0800) Subject: readrefs: grab all refs with one call to ls-remote. X-Git-Tag: v0.99.9k^2~46^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/36a7cad6e4ae8a331731666d985a7619a76bb4fb?hp=36a7cad6e4ae8a331731666d985a7619a76bb4fb readrefs: grab all refs with one call to ls-remote. Instead of reading refs/heads/* and refs/tags/* files ourselves and missing files in subdirectories of heads/ and tags/, use ls-remote on local repository and grab all of them. This lets us also remove the procedure readotherrefs. Signed-off-by: Junio C Hamano ---