Is it possible to clone git bundle over http? When I try to do this i got:
$ git clone http://127.0.0.1:8888/repo.bundle
Cloning into 'repo.bundle'...
fatal: repository 'http://127.0.0.1:8888/repo.bundle/' not found
The reason to do that is to avoid compressing repository on the server (just serve file) and we are limited to git clone by user's application