GTASA / moonloader /lib /luarocks /fetch /git_https.tl
nttl050611's picture
Upload 2089 files
d7c5875 verified
Raw
History Blame Contribute Delete
357 Bytes
--- 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"