aboutsummaryrefslogtreecommitdiff
path: root/spec/util/git_repo.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: fix --branch flagHisham Muhammad2019-09-031-0/+1
| | | | | | | | | | | | The `--branch` flag is optional and takes a string argument. The `--branch` flag does not make sense for `luarocks make` because it does not fetch sources, it builds/installs based on whatever is in the current directory. This also adds tests that verify the behavior, but these don't run in Travis CI because of issues running a Git daemon there. They were verified locally.
* Tests: run our own local git-daemon repository for git testsHisham Muhammad2018-03-301-0/+107