diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-06-29 07:58:39 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-06-29 07:58:39 -0700 |
| commit | e9019fcafe0040228b8631c30f97ae1adb61bcdc (patch) | |
| tree | 31aca3670a1b02adda456bcd92c851dd3e7543cb /Documentation | |
| parent | 7fb089f4114f32fa170b08c3fbf02c6433b57323 (diff) | |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.55.0.adoc | 4 |
1 files changed, 3 insertions, 1 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. |
