YETUS-391. test-patch regards git 1.7.1x is lower than 1.7.3 Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/11699e87 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/11699e87 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/11699e87 Branch: refs/heads/YETUS-379 Commit: 11699e871105f07ae4afb331e3109693c5ba12ef Parents: 24bdd90 Author: Kengo Seki <[email protected]> Authored: Mon May 2 11:42:30 2016 +0900 Committer: Allen Wittenauer <[email protected]> Committed: Tue May 3 07:20:10 2016 -0700 ---------------------------------------------------------------------- precommit/core.d/01-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/11699e87/precommit/core.d/01-common.sh ---------------------------------------------------------------------- diff --git a/precommit/core.d/01-common.sh b/precommit/core.d/01-common.sh index 829cc9e..3471dc3 100755 --- a/precommit/core.d/01-common.sh +++ b/precommit/core.d/01-common.sh @@ -203,7 +203,7 @@ function common_args version=$(echo "${version}" | ${AWK} '{print $NF}') if [[ ${version} =~ ^0 || ${version} =~ ^1.[0-6] - || ${version} =~ ^1.7.[0-2] + || ${version} =~ ^1.7.[0-2]$ ]]; then yetus_error "ERROR: ${GIT} v1.7.3 or higher is required (found ${version})." exit 1
