aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let even readonly operations init a repo if needed.HEADmasterTommi Virtanen2009-09-161-2/+1
* Use "git shell" instead of "git-shell", for compatibility with git 1.6.Tommi Virtanen2008-08-251-1/+1
* Accept "git upload-pack" etc, for future compatibility.Tommi Virtanen2008-06-261-1/+13
* Understand the popular gitosis.conf typo "writeable".Tommi Virtanen2008-04-191-6/+23
* Allow absolute paths in repo paths, treat them as relative.Tommi Virtanen2008-03-191-1/+1
* Write gitweb projects.list to ~/gitosis, not inside the gitosis-admin repo.Tommi Virtanen2007-11-291-9/+5
* When autocreating repositories on push, set git-daemon-export-ok etc.Tommi Virtanen2007-11-181-0/+17
* Create leading directories when creating missing repos in gitosis-serve.Tommi Virtanen2007-11-151-7/+17
* Make gitosis-serve pass through environment to git-shell.Tommi Virtanen2007-11-151-1/+1
* 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