|
1 | 1 | Git v2.46 Release Notes
|
2 | 2 | =======================
|
3 | 3 |
|
4 |
| -Backward Compatibility Notes |
5 |
| - |
6 |
| - (None at this moment) |
7 |
| - |
8 | 4 | UI, Workflows & Features
|
9 | 5 |
|
10 | 6 | * The "--rfc" option of "git format-patch" learned to take an
|
@@ -212,7 +208,7 @@ Performance, Internal Implementation, Development Support etc.
|
212 | 208 |
|
213 | 209 | * When bundleURI interface fetches multiple bundles, Git failed to
|
214 | 210 | take full advantage of all bundles and ended up slurping duplicated
|
215 |
| - objects, which has been corrected.. |
| 211 | + objects, which has been corrected. |
216 | 212 |
|
217 | 213 | * The code to deal with modified paths that are out-of-cone in a
|
218 | 214 | sparsely checked out working tree has been optimized.
|
@@ -446,6 +442,17 @@ Fixes since v2.45
|
446 | 442 | with warning messages.
|
447 | 443 | (merge 4f5822076f jc/http-cookiefile later to maint).
|
448 | 444 |
|
| 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 | + |
449 | 456 | * Other code cleanup, docfix, build fix, etc.
|
450 | 457 | (merge 493fdae046 ew/object-convert-leakfix later to maint).
|
451 | 458 | (merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
|
|
0 commit comments