aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-git-receiver/check_pre_receive_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* git-receiver: pre-receive: validate ref prefixRafael G. Martins2022-02-101-0/+4
|
* git-receiver: allow deploying from "main" branchRafael G. Martins2022-02-101-11/+37
| | | | | if a "main" branch is available and no "master" branch is available, use it. "master" still takes precedence to avoid breaking old setups.
* tests: upgrade deprecated cmocka test runnerRafael G. Martins2020-11-051-3/+3
|
* tests: git-receiver: explicitly include string.hRafael G. Martins2020-11-051-0/+1
|
* *: update copyrightRafael G. Martins2020-05-311-1/+1
| | | | this time I'm only updating the files I touched this year.
* git-receiver: pre-receive parser should accept lenRafael G. Martins2020-05-301-13/+15
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-041-0/+101