author | Daniel Barkalow <barkalow@iabervon.org> | |
Sat, 26 Apr 2008 19:53:12 +0000 (15:53 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 27 Apr 2008 00:36:18 +0000 (17:36 -0700) | ||
commit | be885d96fe0ebed47e637f3b0dd24fc5902f7081 | |
tree | b4c0c29c4b58ffe95c7765ebd38e6089973d7b44 | tree | snapshot |
parent | c13b2633f49e3e61b37973204793a4d9ef981175 | commit | diff |
Make ls-remote ... list HEAD, like for git://...
This makes a struct ref able to represent a symref, and makes http.c
able to recognize one, and makes transport.c look for "HEAD" as a ref
in the list, and makes it dereference symrefs for the resulting ref,
if any.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This makes a struct ref able to represent a symref, and makes http.c
able to recognize one, and makes transport.c look for "HEAD" as a ref
in the list, and makes it dereference symrefs for the resulting ref,
if any.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
http.c | diff | blob | history | |
remote.c | diff | blob | history | |
remote.h | diff | blob | history | |
transport.c | diff | blob | history |