Skip to content

Commit 91e22a7

Browse files
committed
Sync with Git 2.54-rc0
2 parents df61eac + 2565546 commit 91e22a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.
122122
123123
* Improve set-up time of a perf test.
124124
125-
* ISO C23 redefines strchr and friends that tradiotionally took
125+
* ISO C23 redefines strchr and friends that traditionally took
126126
a const pointer and returned a non-const pointer derived from it to
127127
preserve constness (i.e., if you ask for a substring in a const
128128
string, you get a const pointer to the substring). Update code
@@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
221221
many source files inside subdirectories unaffected, which has been
222222
corrected.
223223
224-
* The run_command() API lost its implicit dependencyon the singleton
224+
* The run_command() API lost its implicit dependency on the singleton
225225
`the_repository` instance.
226226
227227
* The unit test helper function was taught to use backslash +

GIT-VERSION-GEN

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

3-
DEF_VER=v2.53.GIT
3+
DEF_VER=v2.54.0-rc0
44

55
LF='
66
'

0 commit comments

Comments
 (0)