add ability to specifiy commit ref

This commit is contained in:
2024-11-19 12:36:55 -06:00
parent 30e7e05771
commit 25372aea36
3 changed files with 37 additions and 5 deletions

View File

@ -95,6 +95,10 @@ A package must be declared in the following format.
-- Defaults to whatever the remote configured as their HEAD, which is usually "master".
branch = "develop",
-- [string] Overrides the commit ref to target
-- Defaults to the latest commit on the current branch
commit = "e76cb03",
-- [boolean] Prevents the package from being loaded.
disable = true,