Browse Source

Verify that we work with minimal git of 1.5

Dave Smith 15 years ago
parent
commit
8f85d70897
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_deps.erl

+ 1
- 1
src/rebar_deps.erl View File

@ -294,7 +294,7 @@ scm_client_vsn(Path, VsnArg, VsnRegex) ->
end.
required_scm_client_vsn(hg) -> {1, 1};
required_scm_client_vsn(git) -> {1, 6};
required_scm_client_vsn(git) -> {1, 5};
required_scm_client_vsn(bzr) -> {2, 0};
required_scm_client_vsn(svn) -> {1, 6}.

Loading…
Cancel
Save