From b6a85ab8c3eac269bbb912aa6a3a429899a180ee Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot Date: Mon, 15 Dec 2025 01:29:40 +0000 Subject: [PATCH] chore(deps): Update Update dependency git to 644aed89218e4332270f3caaa734fd670a43646b to v1764913799000 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b1afc3fb3f..93d516f068 100644 --- a/Makefile +++ b/Makefile @@ -156,9 +156,9 @@ GIT_VERSION ?= # GIT_VERSION_MASTER is a commit hash from Git’s master branch, typically between 7–14 days old. # Do not modify the format, it's automatically updated by renovate-gitlab-bot. The timestamp # is used for version comparison by renovate. -# renovate: 1764556301000 -GIT_VERSION_MASTER ?= aea8cc3a10c325a22a75e2d4f582db959d3854ae -GIT_VERSION_PREV ?= 419c72cb8ada252b260efc38ff91fe201de7c8c3 +# renovate: 1764913799000 +GIT_VERSION_MASTER ?= 644aed89218e4332270f3caaa734fd670a43646b +GIT_VERSION_PREV ?= aea8cc3a10c325a22a75e2d4f582db959d3854ae # # GIT_VERSION_x_xx defines versions for each instance of bundled Git we ship. When a new # major version is added, be sure to update GIT_PACKED_EXECUTABLES, the *-bundled-git targets, -- GitLab