diff options
author | Squibid <me@zacharyscheiman.com> | 2024-11-19 12:36:55 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-11-19 12:36:55 -0600 |
commit | 25372aea36cef2a094b1a0d8f83e0199734944f6 (patch) | |
tree | 2c0e7e1d30134f05c6ae84b9e89697b10c636007 /README.md | |
parent | 30e7e057718973c86e3dc811c21000ce9a5c2050 (diff) | |
download | dep-25372aea36cef2a094b1a0d8f83e0199734944f6.tar.gz dep-25372aea36cef2a094b1a0d8f83e0199734944f6.tar.bz2 dep-25372aea36cef2a094b1a0d8f83e0199734944f6.zip |
add ability to specifiy commit ref
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |