gitosis/gitosis
Tommi Virtanen 4d8ba7788d Allow absolute paths in repo paths, treat them as relative.
As the only convenient way to use non-standard SSH ports with git is
via the ssh://user@host:port/path syntax, and that syntax forces
absolute urls, just force convert absolute paths to relative paths;
you'll never really want absolute paths via gitosis, anyway.
2008-03-19 21:55:19 +02:00
..
templates
test Allow absolute paths in repo paths, treat them as relative. 2008-03-19 21:55:19 +02:00
__init__.py
access.py
app.py
gitdaemon.py Manage git-daemon-export-ok flags from gitosis config. 2007-11-17 16:27:21 +02:00
gitweb.py Set description from config file for gitweb use. 2007-11-17 17:40:34 +02:00
group.py Fix bug where members=@all didn't actually give access. 2008-01-17 02:15:52 +02:00
init.py Enforce safe usernames also when reading public key files from keydir. 2007-12-11 22:43:05 +02:00
repository.py Allow using fast_import for more than initial commit. 2007-12-31 19:30:27 +02:00
run_hook.py Make post-update hook reload config after writing it out. 2007-12-31 21:11:22 +02:00
serve.py Allow absolute paths in repo paths, treat them as relative. 2008-03-19 21:55:19 +02:00
ssh.py Allow uppercase in usernames. 2007-12-17 19:08:36 +02:00
util.py Fix typo that made push fail in writeAuthorizedKeys. 2007-12-31 21:30:41 +02:00