I want to create a standalone git server which could be used by git with git://
urls.
I don't know where to start. LibGit2 does not seem to contain libraries for the daemon, only for clients. I could try to compile git and check the daemon but, if possible, I want to avoid that until I have no other option.
Where do I find a protocol description?