From 5250b8c9d94c383111e78fab10ddb057d49940fa Mon Sep 17 00:00:00 2001 From: Jared Morrow Date: Fri, 6 Feb 2015 15:24:15 -0700 Subject: Add documentation for {ref, } syntax rebar.config.sample file Addresses: #130 --- rebar.config.sample | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1