aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xbin/incremental-git-filterbranch2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a22efcc..91294d0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ the first time `filter-branch` still requires some time, but following calls can
## Requirements
-- git 2.5.0 or newer
+- git 2.16.0 or newer
- common commands (`sed`, `grep`, `md5sum`, `cut`, ...)
diff --git a/bin/incremental-git-filterbranch b/bin/incremental-git-filterbranch
index e0daec4..2caae24 100755
--- a/bin/incremental-git-filterbranch
+++ b/bin/incremental-git-filterbranch
@@ -379,7 +379,7 @@ checkEnvironment () {
else
die 'The required md5sum (or md5) command is not available.'
fi
- checkEnvironment_vMin='2.15.0'
+ checkEnvironment_vMin='2.16.0'
checkEnvironment_vCur=$(git --version | cut -d ' ' -f3)
checkEnvironment_vWork=$(printf '%s\n%s' "${checkEnvironment_vCur}" "${checkEnvironment_vMin}" | sort -t '.' -n -k1,1 -k2,2 -k3,3 -k4,4 | head -n 1)
if test "${checkEnvironment_vWork}" != "${checkEnvironment_vMin}"

© 2014-2024 Faster IT GmbH | imprint | privacy policy