Daniel Drake <dsd@xxxxxxxxxx> writes: > I maintain a small git repo. I upload it over ssh (with git-push) to a > machine where it is distributed over http: > > http://dsd.object4.net/git/zd1211.git/ >... > I have tried running git-prune and git-update-server-info, but that > doesn't help. > > Any ideas? My standard answer would be http-server$ cd /var/www/git/zd1211.git/ ;# or whereever http-server$ GIT_DIR=. git-update-server-info but you said you have run it already... Can you try to see if there is some caching proxy involved that still serves stale info/refs file? client$ wget http://dsd.object4.net/git/zd1211.git/info/refs - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html