1
0
mirror of https://github.com/git/git.git synced 2024-09-08 03:50:44 +02:00

Git 2.46-rc2

-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE4fA2sf7nIh/HeOzvsLXohpav5ssFAmahFmEACgkQsLXohpav
 5svA+g/9G/Eo18Xa4S7KNr/5YIh0/LN8FVFiDhKXsBe78GKl23DtTje4Et/U1cgE
 aKtz3GYWzQkumzkpRm9LmVE3AmhBqVMmUMN2BN/5Mjz8o8d0cwLTw8VFj8qU5R01
 NRzpstw5InduXsG++oPS3rm8qDCqySPBJGkpKm0f0v5XGzn2y2roMkjxRiYWn738
 72NhCS6hy9XEcmt8Cy/y2QSThdwWWr8RCfHr/ytxm5GMb8ztGLOHqd07V7/zuAfT
 0TRdZaPqFt0mWGt+N9oRM84CF49TeTSCLWfp6GCDJPvAUzJaGFKC5R7RkrTm5Or8
 gY3D1tYEQAS9irv8XUeQiBj2L1gojzFethFc5nnVkDEpNatAFM9L1+pJ/FNyDwWK
 MeknYLwwqbQcrKkrrnmEw0QexYNlxwrsOMBm6x1mrMDaPaCFw9D7Lg16E1+5JKIi
 xu7C5vNYmFsitVn5K45z5In3t+R3Hd8RP13lW/fNpAdTRuHtMPfXSzPuyCJgmh5F
 HHRa/tyTMkG9hSuIAnzcE2YP9reuFkDK9+b+wABw19d6Dm9mSTlCg12KHH6xOHLP
 5vLqtK7rkkfzDl5gHGK0Zjv6yNNohDn8zCdijcpV2QP0axAhUCXLEjRbM4trBCCf
 gB2cJASRtGGr/3WTa8eJCBQZhJF0I19wtQY+u2yHN1V0NsoseAg=
 =FaXY
 -----END PGP SIGNATURE-----

Sync with Git 2.46-rc2
This commit is contained in:
Junio C Hamano 2024-07-24 08:01:28 -07:00
commit 509ed76dc8
2 changed files with 13 additions and 6 deletions

View File

@ -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).

View File

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.46.0-rc1
DEF_VER=v2.46.0-rc2
LF='
'