From e9019fcafe0040228b8631c30f97ae1adb61bcdc Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 29 Jun 2026 07:58:39 -0700 Subject: [PATCH] Git 2.55 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.55.0.adoc | 4 +++- GIT-VERSION-GEN | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/RelNotes/2.55.0.adoc b/Documentation/RelNotes/2.55.0.adoc index 8543cad65e..f5643534dc 100644 --- a/Documentation/RelNotes/2.55.0.adoc +++ b/Documentation/RelNotes/2.55.0.adoc @@ -31,7 +31,9 @@ UI, Workflows & Features subcommand "git url-parse". * Misspelt proxy URL (e.g., httt://...) did not trigger any warning - or failure, which has been corrected. + or failure, which has been corrected. We had a regression in this + update that broke https:// proxies, but that has been caught and + corrected. * Document the fact that .git/info/exclude is shared across worktrees linked to the same repository. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 04b0a8c70f..6e4df99193 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.55.0-rc2 +DEF_VER=v2.55.0 LF=' ' -- 2.47.3