Update MINGIT version to 1.8.5 (#745)

1.8.5 is necessary for `git -C` to work.
This commit is contained in:
Jerry Zhao
2020-12-22 22:45:58 -08:00
committed by GitHub
parent 8836f84c79
commit 36b9bf86ff

View File

@@ -11,7 +11,7 @@ case ${MYGIT} in
[1-9]*) ;;
*) echo 'warning: unknown git version' ;;
esac
MINGIT="1.7.8"
MINGIT="1.8.5"
if [ "$MINGIT" != "$(echo -e "$MINGIT\n$MYGIT" | sort -V | head -n1)" ]; then
echo "This script requires git version $MINGIT or greater. Exiting."
false