Skip to content

Commit ad57f14

Browse files
committed
Git 2.46-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c89facd commit ad57f14

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Documentation/RelNotes/2.46.0.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Git v2.46 Release Notes
22
=======================
33

4-
Backward Compatibility Notes
5-
6-
(None at this moment)
7-
84
UI, Workflows & Features
95

106
* The "--rfc" option of "git format-patch" learned to take an
@@ -212,7 +208,7 @@ Performance, Internal Implementation, Development Support etc.
212208

213209
* When bundleURI interface fetches multiple bundles, Git failed to
214210
take full advantage of all bundles and ended up slurping duplicated
215-
objects, which has been corrected..
211+
objects, which has been corrected.
216212

217213
* The code to deal with modified paths that are out-of-cone in a
218214
sparsely checked out working tree has been optimized.
@@ -446,6 +442,17 @@ Fixes since v2.45
446442
with warning messages.
447443
(merge 4f5822076f jc/http-cookiefile later to maint).
448444

445+
* Repacking a repository with multi-pack index started making stupid
446+
pack selections in Git 2.45, which has been corrected.
447+
(merge 8fb6d11fad ds/midx-write-repack-fix later to maint).
448+
449+
* Fix documentation mark-up regression in 2.45.
450+
(merge 6474da0aa4 ja/doc-markup-updates-fix later to maint).
451+
452+
* Work around asciidoctor's css that renders `monospace` material
453+
in the SYNOPSIS section of manual pages as block elements.
454+
(merge d44ce6ddd5 js/doc-markup-updates-fix later to maint).
455+
449456
* Other code cleanup, docfix, build fix, etc.
450457
(merge 493fdae046 ew/object-convert-leakfix later to maint).
451458
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.46.0-rc1
4+
DEF_VER=v2.46.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)