aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* *: 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