summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.46.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-23 16:54:19 -0700
committerJunio C Hamano <gitster@pobox.com>2024-07-23 16:54:35 -0700
commitad57f148c6b5f8735b62238dda8f571c582e0e54 (patch)
tree618e592dc2aa78de1e81df46e97aaae3496fc92d /Documentation/RelNotes/2.46.0.txt
parentc89facd58e330363b1ce0c3c3cfc24c840f858dd (diff)
downloadgit-2.46.0-rc2.tar.xz
Git 2.46-rc2v2.46.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.46.0.txt')
-rw-r--r--Documentation/RelNotes/2.46.0.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt
index 80620b9317..b25475918a 100644
--- a/Documentation/RelNotes/2.46.0.txt
+++ b/Documentation/RelNotes/2.46.0.txt
@@ -1,10 +1,6 @@
Git v2.46 Release Notes
=======================
-Backward Compatibility Notes
-
- (None at this moment)
-
UI, Workflows & Features
* The "--rfc" option of "git format-patch" learned to take an
@@ -212,7 +208,7 @@ Performance, Internal Implementation, Development Support etc.
* When bundleURI interface fetches multiple bundles, Git failed to
take full advantage of all bundles and ended up slurping duplicated
- objects, which has been corrected..
+ objects, which has been corrected.
* The code to deal with modified paths that are out-of-cone in a
sparsely checked out working tree has been optimized.
@@ -446,6 +442,17 @@ Fixes since v2.45
with warning messages.
(merge 4f5822076f jc/http-cookiefile later to maint).
+ * Repacking a repository with multi-pack index started making stupid
+ pack selections in Git 2.45, which has been corrected.
+ (merge 8fb6d11fad ds/midx-write-repack-fix later to maint).
+
+ * Fix documentation mark-up regression in 2.45.
+ (merge 6474da0aa4 ja/doc-markup-updates-fix later to maint).
+
+ * Work around asciidoctor's css that renders `monospace` material
+ in the SYNOPSIS section of manual pages as block elements.
+ (merge d44ce6ddd5 js/doc-markup-updates-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 493fdae046 ew/object-convert-leakfix later to maint).
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).