git-ls-remote: send no-cache header when fetching info/refs
authorNick Hengeveld <nickh@reactrix.com>
Tue, 4 Apr 2006 18:01:30 +0000 (11:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Apr 2006 21:36:22 +0000 (14:36 -0700)
commit7fa8ddd6e283f120938e379c980624798561c32d
tree9869d38109feb7739d123bc85ae3e566386d18ef
parent810e1523753553968aac827f57e0e24fc9af6546
git-ls-remote: send no-cache header when fetching info/refs

Proxies should not cache this file as it can cause a client to end up with
a stale version, as reported here:

http://marc.theaimsgroup.com/?l=git&m=114407944125389

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