mojombo / egitd

The Erlang git-daemon

This URL has Read+Write access

egitd / egitd.conf
100644 3 lines (3 sloc) 0.326 kb
1
2
3
solid.local (.+)/(.+) "/Users/tom/dev/sandbox/git/" ++ conf:hexmod8(Match1) ++ "/" ++ conf:md5_namespace3(Match1) ++ "/" ++ Match1 ++ "/" ++ Match2.
github.com ([^/]*) "/data/git/repositories/" ++ Match1.
gist.github.com (.*)\.git "/data/git/gists/" ++ conf:namespace3(Match1) ++ "/" ++ Match1 ++ ".git".