Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ensure "git init" doesn't write to stdout, and confuse a push. | Tommi Virtanen | 2007-09-03 |
| | | | | | | 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. | ||
* | Don't git init when it's not needed. | Tommi Virtanen | 2007-09-03 |
| | | | | | | Confusion between pathnames with extensions and without made gitosis-serve confused when it needs to create a repository and when not. | ||
* | Make gitosis-serve not fail with commands without arguments. | Tommi Virtanen | 2007-09-03 |
| | |||
* | Make error messages harder to confuse with strerror(3). | Tommi Virtanen | 2007-09-02 |
| | |||
* | Make repository autocreate add .git extension. | Tommi Virtanen | 2007-09-02 |
| | |||
* | Make gitosis-serve create repositories on demand when pushing. | Tommi Virtanen | 2007-09-02 |
| | |||
* | Add unit tests for gitosis-serve. | Tommi Virtanen | 2007-09-02 |