Upgrade to Git v2.29.0

With Git v2.29.0 being released, let's start building Docker images for
that version so we can make use of it throughout GitLab.
This commit is contained in:
Patrick Steinhardt 2020-10-20 09:45:35 +02:00
parent 290ebc7aaf
commit f03ad820b0
2 changed files with 24 additions and 0 deletions

View file

@ -105,6 +105,10 @@ function print_git_args() {
GIT_VERSION=2.28.0
GIT_DOWNLOAD_SHA256=f914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170
;;
2.29)
GIT_VERSION=2.29.0
GIT_DOWNLOAD_SHA256=fa08dc8424ef80c0f9bf307877f9e2e49f1a6049e873530d6747c2be770742ff
;;
*) echo "Unknown git version $1"; exit 1;
esac