]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eighth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 20:08:58 +0000 (13:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 20:58:51 +0000 (13:58 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc

index f13e64694b7d8591e3e9e0c2a5c2e6edaf43e1bf..e4b731e61d2c1aa5b820118b02c8f41aed7945c7 100644 (file)
@@ -110,6 +110,8 @@ Performance, Internal Implementation, Development Support etc.
  * Remove remnants of the recursive merge strategy backend, which was
    superseded by the ort merge strategy.
 
+ * Optimize the code to dedup references recorded in a bundle file.
+
 
 Fixes since v2.49
 -----------------
@@ -195,6 +197,19 @@ Fixes since v2.49
  * Incorrect sorting of refs with bytes with high-bit set on platforms
    with signed char led to a BUG, which has been corrected.
 
+ * "make perf" fixes.
+   (merge 1665f12fa0 pb/perf-test-fixes later to maint).
+
+ * Doc mark-up updates.
+   (merge 5a5565ec44 ja/doc-reset-mv-rm-markup-updates later to maint).
+
+ * Work around false positive from CodeQL checker.
+   (merge 0f558141ed js/range-check-codeql-workaround later to maint).
+
+ * "git log --{left,right}-only A...B", when A and B does not share
+   any common ancestor, now behaves as expected.
+   (merge e7ef4be7c2 mh/left-right-limited later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
    (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).