aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't git init when it's not needed.Tommi Virtanen2007-09-031-4/+4
* Make gitosis-serve not fail with commands without arguments.Tommi Virtanen2007-09-031-1/+5
* Refactor command line utilities to share setup.Tommi Virtanen2007-09-031-65/+44
* Make error messages harder to confuse with strerror(3).Tommi Virtanen2007-09-021-3/+3
* Make repository autocreate add .git extension.Tommi Virtanen2007-09-021-1/+4
* Make gitosis-serve create repositories on demand when pushing.Tommi Virtanen2007-09-021-0/+8
* Add unit tests for gitosis-serve.Tommi Virtanen2007-09-021-50/+88
* Search PATH for git-shell, don't assume /usr/bin.Tommi Virtanen2007-08-111-1/+1
* Make access denied message harder to confuse with system errors.Tommi Virtanen2007-08-111-1/+1
* Fail if gitosis-serve can't read the config file.Tommi Virtanen2007-08-111-1/+9
* Allow repository names to start with numericals.Tommi Virtanen2007-08-111-1/+1
* Add debug logging to ``gitosis-serve``.Tommi Virtanen2007-06-041-0/+10
* gitosis/serve.py is not meant to be a script, remove #!Tommi Virtanen2007-06-041-2/+0
* Add actual SSH-based git serving component.Tommi Virtanen2007-06-041-0/+106