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 07cf7fedfe move triggers into their own subdir...
...otherwise 'gitolite help' was getting too confusing, mixing up stuff
that users should not be running directly (even on the server)

----

implementation notes:

those who are worried about the '../triggers/' in various parts of the
code here, remember you can only do that from a command line on the
server.  Remote users can only use commands that have been explicitly
listed in the COMMANDS hash in the rc file.  This means they can't even
access other commands in the same directory as, say, the 'info' command,
so a '../' is definitely not going to work.
2012-03-26 11:02:57 +05:30
doc (mkdoc) make it do a little more post-mkdoc work 2012-03-26 05:37:45 +05:30
src move triggers into their own subdir... 2012-03-26 11:02:57 +05:30
t move triggers into their own subdir... 2012-03-26 11:02:57 +05:30
check-g2-compat fixup: new check-g2-compat, lots of migration related changes 2012-03-25 11:07:11 +05:30
dot.pl Q: all doc stuff 2012-03-24 18:22:11 +05:30
INSTALL install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30