diff options
author | Loïc Hoguin <[email protected]> | 2018-11-24 22:51:40 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-24 22:51:40 +0100 |
commit | 1a5852f6750615f72e3523bb8685f98210f81e11 (patch) | |
tree | 8e3f95447d5378880b7bff1cab425bc0b5a1cfc8 /doc/src/guide/deps.asciidoc | |
parent | 2110fb337b4457012d7a97fcc5071b095b7be861 (diff) | |
download | erlang.mk-1a5852f6750615f72e3523bb8685f98210f81e11.tar.gz erlang.mk-1a5852f6750615f72e3523bb8685f98210f81e11.tar.bz2 erlang.mk-1a5852f6750615f72e3523bb8685f98210f81e11.zip |
Add the git-subfolder fetch method
It clones and checkouts like the git fetch method, but
does so in the Erlang.mk temporary directory. It then
creates a symbolic link to the subfolder for the dependency.
Diffstat (limited to 'doc/src/guide/deps.asciidoc')
-rw-r--r-- | doc/src/guide/deps.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc index 84a53de..47e1bee 100644 --- a/doc/src/guide/deps.asciidoc +++ b/doc/src/guide/deps.asciidoc @@ -163,6 +163,7 @@ The following table lists all existing methods: |=== | Name | Format | Description | git | git repo commit | Clone the Git repository and checkout the given version +| git-subfolder | git repo commit subfolder | Clone the Git repository, checkout the given version and use one of its subfolders as a dependency | git-submodule | git-submodule | Initialize and update the Git submodule | hg | hg repo commit | Clone the Mercurial repository and update to the given version | svn | svn repo | Checkout the given SVN repository |