author | Junio C Hamano <junkio@cox.net> | |
Sat, 19 Nov 2005 07:54:17 +0000 (23:54 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 19 Nov 2005 07:54:17 +0000 (23:54 -0800) | ||
commit | 36a7cad6e4ae8a331731666d985a7619a76bb4fb | |
tree | fcd6cd922f3f411c862176e105124229ead64dfa | tree | snapshot |
parent | 232475d38231552f04f2e4221936700a923a531e | commit | diff |
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 <junkio@cox.net>
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 <junkio@cox.net>
gitk | diff | blob | history |