Skip to content

Commit 69c7866

Browse files
committed
The sixteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d699e27 commit 69c7866

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ UI, Workflows & Features
7979
of cruft packs has been made the default and no longer considered
8080
an experimental feature.
8181

82+
* The output given by "git blame" that attributes a line to contents
83+
taken from the file specified by the "--contents" option shows it
84+
differently from a line attributed to the working tree file.
85+
8286

8387
Performance, Internal Implementation, Development Support etc.
8488

@@ -125,6 +129,8 @@ Performance, Internal Implementation, Development Support etc.
125129

126130
* "git fsck" learned to validate the on-disk pack reverse index files.
127131

132+
* strtok() and strtok_r() are banned in this codebase.
133+
128134

129135
Fixes since v2.40
130136
-----------------
@@ -269,6 +275,15 @@ Fixes since v2.40
269275
key, which has been corrected.
270276
(merge 7891e46585 jk/gpg-trust-level-fix later to maint).
271277

278+
* The completion script used to use bare "read" without the "-r"
279+
option to read the contents of various state files, which risked
280+
getting confused with backslashes in them. This has been
281+
corrected.
282+
(merge 197152098a ek/completion-use-read-r-to-read-literally later to maint).
283+
284+
* A small API fix to the ort merge strategy backend.
285+
(merge 000c4ceca7 en/ort-finalize-after-0-merges-fix later to maint).
286+
272287
* Other code cleanup, docfix, build fix, etc.
273288
(merge f7111175df as/doc-markup-fix later to maint).
274289
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).

0 commit comments

Comments
 (0)