diff options
author | Jared Morrow <jared@helium.co> | 2015-02-06 15:24:15 -0700 |
---|---|---|
committer | Jared Morrow <jared@helium.co> | 2015-02-06 15:24:15 -0700 |
commit | 5250b8c9d94c383111e78fab10ddb057d49940fa (patch) | |
tree | 9842148a35974d14db5de872c2d519d2f4bf5d18 | |
parent | 7f9b48d3d78f2056f8a944ab3eee2b283703b527 (diff) |
Add documentation for {ref, <sha>} syntax rebar.config.sample file
Addresses: #130
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index d154ac1..05e7733 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -166,6 +166,8 @@ {git, "git://github.com/rebar/rebar.git", {branch, "master"}}}, {rebar, "1.0.0", {git, "git://github.com/rebar/rebar.git", {tag, "1.0.0"}}}, + {rebar, ".*", + {git, "git://github.com/rebar/rebar.git", {ref, "7f73b8d3650b41ffd53a199f3eda20985eda84e3"}}}, %% Dependencies can be marked as 'raw'. Rebar does not require %% such dependencies to have a standard Erlang/OTP layout %% which assumes the presence of either |