Git 2.54-rc0

-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEE4fA2sf7nIh/HeOzvsLXohpav5ssFAmnN8TgACgkQsLXohpav
 5stY4xAAjsPXQVUgwJA8T2x8vb+PCeknNbAbZoOj4tBjx6B/EH90VKHG7HCR2esw
 KTRFjxz/epMMadoWxz7s/TDgdHdt7HN57l/HFrQmljBGNT2OnY0RouzCnLrbUy96
 iNu7s6lgrogZOhPk1U5oMebOEtCbC6BESdx7PxWWZBShmtiEDU+XLoVdNU+nDejb
 m72Ol3KOBOUN+uoiOboVM0i3+hkX2+5m2dmFz9XZmCsNeiLIK2DfewvGYWyTuUqN
 07EvfBEMc1AET449dcDHD0uVt8nJ7ZMqCYFtArTdTwJ9S3NSXt8yzf2gV7J1f4Ni
 preGFWUtoTcJk5laD8ySnmuhsCXAhsAD4+OWWczFDMzyu5NyfHdEQAK6nkof8BYr
 Ii1eOVFRPF/Z5Uq8ucnVZTHDr4yGM+8PynK337M2OEoMIGOWjI7U96ZiD8mh1Eok
 dKgYSbZ+hJsfyObVlLZdns+tVHHzH3RXmguCeOsvesV9utbBrfVZBMsK7rJO+JtF
 yU5zpWBikheUwuKorTwr4ZPkz+MMA0Z4DfUbVNhTCBqbmyTD3CPH82qusM1n5BLr
 k/w51GpXS5uXwXwqDd8+Hrxvjf+4HA8D6ILOQ9a8BK2k4snKBXwberBnWB8UuTSa
 mLsO1FATeDURnRdRaJLdESaAZGEe7nJHoUWGJufnVUXv6K9sy7w=
 =FTY9
 -----END PGP SIGNATURE-----

Sync with Git 2.54-rc0
Junio C Hamano 2026-04-01 21:36:52 -07:00
commit 91e22a74dc
2 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.

* Improve set-up time of a perf test.

* ISO C23 redefines strchr and friends that tradiotionally took
* ISO C23 redefines strchr and friends that traditionally took
a const pointer and returned a non-const pointer derived from it to
preserve constness (i.e., if you ask for a substring in a const
string, you get a const pointer to the substring). Update code
@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
many source files inside subdirectories unaffected, which has been
corrected.

* The run_command() API lost its implicit dependencyon the singleton
* The run_command() API lost its implicit dependency on the singleton
`the_repository` instance.

* The unit test helper function was taught to use backslash +

View File

@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v2.53.GIT
DEF_VER=v2.54.0-rc0

LF='
'