aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* git-receiver: git shell should reinstall hooks if symlinks are brokenRafael G. Martins2018-06-121-2/+13
|
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-311-1/+1
|
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-301-11/+8
|
* git-receiver: allow users to change the base directoryRafael G. Martins2018-05-301-1/+4
| | | | | this is useful mostly for shared environments that just provide one shell user.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* *: binaries should always return 3 on errors, for consistency.Rafael G. Martins2016-12-261-15/+15
| | | | | | 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.
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-211-1/+1
|
* git-receiver: added tests for shell, fixed bugRafael G. Martins2016-10-111-48/+38
|
* *: fixed includesRafael G. Martins2016-10-071-2/+0
|
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-071-56/+41
|
* git-receiver: splitted codeRafael G. Martins2016-09-291-0/+206