Hosting git repositories -- Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features.
Go to file
Sitaram Chamarty 56cda99edd fixup CWD in access(); see below
Calling access() changes the CWD to $GL_REPO_BASE!

This causes a problem in the update script -- you're suddenly in the
wrong directory after calling access()!

This is actually happening inside load_1(), so fix that.
2012-03-24 10:30:41 +05:30
src fixup CWD in access(); see below 2012-03-24 10:30:41 +05:30
t (tests) added a module test for explode 2012-03-24 10:30:41 +05:30
INSTALL install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30