This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
egitd /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 07 20:31:55 -0700 2008 | |
| |
README | Wed Apr 29 16:29:53 -0700 2009 | |
| |
Rakefile | Sun Jul 06 10:32:58 -0700 2008 | |
| |
bin/ | Sat Oct 18 12:01:04 -0700 2008 | |
| |
docs/ | Thu Jul 03 00:19:51 -0700 2008 | |
| |
ebin/ | Tue Jun 03 22:59:08 -0700 2008 | |
| |
egitd.conf | Sat Oct 18 12:01:04 -0700 2008 | |
| |
elibs/ | Sat Oct 18 12:01:04 -0700 2008 |
README
egitd by Tom Preston-Werner <tom@github.com> egitd is an Erlang git-daemon implementation that provides a more flexible, scalable, and loggable way to serve public git repositories. Development Status: Experimental This software was in production use at github.com for a short time until it became obvious that the communications model was flawed. To be specific, if the upload-pack takes a long time to respond (for big repos), either the timeouts have to be increased to unreasonable values (slowing the entire transfer down), or some connections will timeout and fail. INSTALL ------- $ git clone git@github.com:mojombo/egitd.git $ cd egitd $ rake RUN --- $ bin/egitd -c <path to conf file> -l <path to log file> CONF FILE --------- The config file specifies the mapping between specified repo name and file location. github.com (.+)/(.+) "/data/git/repositories/" ++ Match1 ++ "/" ++ Match2.







