Git 2.55
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 29, 2026 at 07:58 UTC
e9019fcafe0040228b8631c30f97ae1adb61bcdc
2 files changed
+4
-2
Documentation/RelNotes/2.55.0.adoc
+3
-1
@@ -31,7 +31,9 @@ UI, Workflows & Features
31
subcommand "git url-parse".
32
33
* Misspelt proxy URL (e.g., httt://...) did not trigger any warning
34
- or failure, which has been corrected.
34
+ or failure, which has been corrected. We had a regression in this
35
+ update that broke https:// proxies, but that has been caught and
36
+ corrected.
37
38
* Document the fact that .git/info/exclude is shared across worktrees
39
linked to the same repository.
GIT-VERSION-GEN
+1
-1
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEF_VER=v2.55.0-rc2
3
+DEF_VER=v2.55.0
4
5
LF='
6
'