]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 8th batch main master
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2026 00:39:50 +0000 (09:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2026 00:40:08 +0000 (09:40 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.55.0.adoc

index 63c921d9d0fc8e0d5177e9609bd3c99854b0113f..82577357a065d94a4707e76a8854f3272c5e0a93 100644 (file)
@@ -33,6 +33,12 @@ UI, Workflows & Features
  * Misspelt proxy URL (e.g., httt://...) did not trigger any warning
    or failure, which has been corrected.
 
+ * Document the fact that .git/info/exclude is shared across worktrees
+   linked to the same repository.
+
+ * The command line parser for "git diff" learned a few options take
+   only non-negative integers.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -56,6 +62,8 @@ Performance, Internal Implementation, Development Support etc.
    integration branches closer to their origin in the contributor PR
    builds.
 
+ * "git merge-base" optimization.
+
 
 Fixes since v2.54
 -----------------
@@ -153,6 +161,17 @@ Fixes since v2.54
    time, which has been corrected.
    (merge 29364f1624 ps/maintenance-daemonize-lockfix later to maint).
 
+ * Remove ineffective strbuf presizing that would have computed an
+   allocation that would not have fit in the available memory anyway,
+   or too small due to integer wraparound to cause immediate automatic
+   growing.
+   (merge a9ce8526dc jk/pretty-no-strbuf-presizing later to maint).
+
+ * The HTTP walker misinterpreted the alternates file that gives an
+   absolute path when the server URL does not have the final slash
+   (i.e., "https://example.com" not "https://example.com/").
+   (merge b92387cd55 jk/dumb-http-alternate-fix later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
    (merge b96490241e jc/doc-timestamps-in-stat later to maint).