blob: 67f8ad6cc726efe3af0e2febb547e52c05b50872 (
plain)
1
2
3
4
5
6
7
|
--- Fetch back-end for retrieving sources from Git repositories
-- that use https:// transport. For example, for fetching a repository
-- that requires the following command line:
-- `git clone https://example.com/foo.git`
-- you can use this in the rockspec:
-- source = { url = "git+https://example.com/foo.git" }
return require "luarocks.fetch.git_http"
|