gitosis/gitosis
Tommi Virtanen 5df4b0c4f8 Ensure "git init" doesn't write to stdout, and confuse a push.
The repository autocreation functionality ends up sending the
stdout to the client side, and there a very confused git push
can't make any sense of the protocol.
2007-09-03 23:26:14 -07:00
..
templates Add gitosis-init, for bootstrapping a new installation. 2007-09-01 18:59:13 -07:00
test Ensure "git init" doesn't write to stdout, and confuse a push. 2007-09-03 23:26:14 -07:00
__init__.py Initial import. 2007-06-04 14:16:26 +03:00
access.py Add a default repository prefix. 2007-08-11 17:28:52 -07:00
app.py Make gitosis-init ignore error from non-existent config file. 2007-09-03 20:54:14 -07:00
gitweb.py Refactor command line utilities to share setup. 2007-09-03 17:09:12 -07:00
group.py Everyone always belongs to group "all". 2007-06-04 14:22:48 +03:00
init.py Make sure ~git/.ssh exists in gitosis-init. 2007-09-03 22:06:37 -07:00
repository.py Ensure "git init" doesn't write to stdout, and confuse a push. 2007-09-03 23:26:14 -07:00
run_hook.py Make gitosis-init call run_hook.post_update directly. 2007-09-03 21:16:15 -07:00
serve.py Don't git init when it's not needed. 2007-09-03 19:24:04 -07:00
ssh.py Refactor command line utilities to share setup. 2007-09-03 17:09:12 -07:00
util.py Move commonly used functions to gitosis.util 2007-09-01 13:43:01 -07:00