Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/RelNotes/2.54.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 +
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

LF='
'
Expand Down