Skip to content

Commit e9019fc

Browse files
committed
Git 2.55
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7fb089f commit e9019fc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Documentation/RelNotes/2.55.0.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ UI, Workflows & Features
3131
subcommand "git url-parse".
3232

3333
* 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.
3537

3638
* Document the fact that .git/info/exclude is shared across worktrees
3739
linked to the same repository.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.55.0-rc2
3+
DEF_VER=v2.55.0
44

55
LF='
66
'

0 commit comments

Comments
 (0)