The 6th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 21, 2026 at 12:05 UTC
fb999778ccbc8d6761fc9a3034e02cc01130152e
1 file changed
+21
Documentation/RelNotes/2.55.0.adoc
+21
@@ -27,6 +27,12 @@ UI, Workflows & Features
27
28
* "git history" learned "fixup" command.
29
30
+ * The internal URL parsing logic has been made accessible via a new
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.
35
+
36
37
Performance, Internal Implementation, Development Support etc.
38
--------------------------------------------------------------
@@ -41,6 +47,15 @@ Performance, Internal Implementation, Development Support etc.
47
48
* Use a larger buffer size in the code paths to ingest pack stream.
49
50
+ * Refactor service routines in the ref subsystem backends.
51
+
52
+ * Shrink wasted memory in Myers diff that does not account for common
53
+ prefix and suffix removal.
54
+
55
+ * Enable expensive tests to catch topics that may cause breakages on
56
+ integration branches closer to their origin in the contributor PR
57
+ builds.
58
+
59
60
Fixes since v2.54
61
-----------------
@@ -136,6 +151,10 @@ Fixes since v2.54
151
* Further update to the i18n alias support to avoid regressions.
152
(merge 21186cf9bb jh/alias-i18n-fixes later to maint).
153
154
+ * "git fetch --deepen=<n>" in a full clone truncated the history to <n>
155
+ commits deep, which has been corrected to be a no-op instead.
156
+ (merge 2431f5e0e5 sp/shallow-deepen-on-non-shallow-repo-fix later to maint).
157
+
158
* Other code cleanup, docfix, build fix, etc.
159
(merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
160
(merge b96490241e jc/doc-timestamps-in-stat later to maint).
@@ -145,3 +164,5 @@ Fixes since v2.54
164
(merge 8547908eb3 pw/rename-to-get-current-worktree later to maint).
165
(merge 890229b3f3 sg/t6112-unwanted-tilde-expansion-fix later to maint).
166
(merge ab9753e7bc kh/doc-restore-double-underscores-fix later to maint).
167
+ (merge 4a9e097228 za/t2000-modernise-more later to maint).
168
+ (merge b635fd0725 kh/doc-log-decorate-list later to maint).