소스 검색

Verify that we work with minimal git of 1.5

Dave Smith 15 년 전
부모
커밋
8f85d70897
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_deps.erl

+ 1
- 1
src/rebar_deps.erl 파일 보기

@ -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}.

불러오는 중...
취소
저장