Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-receiver: make: runserver: improved realpath(3) usage | Rafael G. Martins | 2018-12-17 | 1 | -1/+4 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | git-receiver: remover unused includes | Rafael G. Martins | 2018-05-31 | 1 | -4/+0 |
| | |||||
* | git-receiver: centralize settings to reuse later | Rafael G. Martins | 2018-05-30 | 1 | -67/+8 |
| | |||||
* | git-receiver: allow users to change the base directory | Rafael G. Martins | 2018-05-30 | 1 | -1/+4 |
| | | | | | this is useful mostly for shared environments that just provide one shell user. | ||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | *: binaries should always return 3 on errors, for consistency. | Rafael G. Martins | 2016-12-26 | 1 | -2/+2 |
| | | | | | | We used to return 1 or 2 in case of errors, with no special meaning, other than "something is wrong", but these codes are reserved. Now we always return 3. | ||||
* | config-parser: added support to parse section as list of lines | Rafael G. Martins | 2016-12-25 | 1 | -1/+1 |
| | |||||
* | post-receive: actually use rv | Rafael G. Martins | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | fixed includes | Rafael G. Martins | 2016-11-19 | 1 | -2/+2 |
| | |||||
* | git-receiver: allow to push to mirror manually | Rafael G. Martins | 2016-11-19 | 1 | -25/+26 |
| | |||||
* | trying to fix tests on travis again | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Revert "trying to fix tests on travis" | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | | | | This reverts commit 84dbde7d04a04434721ec9d2965af6d946713e5d. | ||||
* | trying to fix tests on travis | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 1 | -9/+127 |
| | | | | this commit also includes some "integration test" in shell script | ||||
* | git-receiver: splitted code | Rafael G. Martins | 2016-09-29 | 1 | -0/+29 |