Skip to content

Commit ae73b2c

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e4070e commit ae73b2c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ UI, Workflows & Features
3838
* Lift the limitation that colored prompts can only be used with
3939
PROMPT_COMMAND mode.
4040

41+
* "git blame --contents=<file> <rev> -- <path>" used to be forbidden,
42+
but now it finds the origins of lines starting at <file> contents
43+
through the history that leads to <rev>.
44+
45+
* "git pack-redundant" gave a warning when run, as the command has
46+
outlived its usefulness long ago and is nominated for future
47+
removal. Now we escalate to give an error.
4148

4249
Performance, Internal Implementation, Development Support etc.
4350

@@ -135,6 +142,19 @@ Fixes since v2.40
135142
been disabled to work around the bug.
136143
(merge 14b9a04479 mk/workaround-pcre-jit-ucp-bug later to maint).
137144

145+
* The wildmatch library code unlearns exponential behaviour it
146+
acquired some time ago since it was borrowed from rsync.
147+
(merge 3dc0b7f0dc pw/wildmatch-fixes later to maint).
148+
149+
* The index files can become corrupt under certain conditions when
150+
the split-index feature is in use, especially together with
151+
fsmonitor, which have been corrected.
152+
(merge 061dd722dc js/split-index-fixes later to maint).
153+
154+
* Document what the pathname-looking strings in "rev-list --object"
155+
output are for and what they mean.
156+
(merge 15364d2a3c jk/document-rev-list-object-name later to maint).
157+
138158
* Other code cleanup, docfix, build fix, etc.
139159
(merge f7111175df as/doc-markup-fix later to maint).
140160
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -143,3 +163,7 @@ Fixes since v2.40
143163
(merge 3457b50e8c ab/retire-scripted-add-p later to maint).
144164
(merge d52fcf493b ds/p2000-fix-grep-sparse later to maint).
145165
(merge ec063d2591 ss/hashmap-typofix later to maint).
166+
(merge 1aaed69d11 rs/archive-mtime later to maint).
167+
(merge 2da2cc9b28 ob/rollback-after-commit-lock-failure later to maint).
168+
(merge 54dbd0933b ob/sequencer-save-head-simplify later to maint).
169+
(merge a93cbe8d78 ar/test-cleanup-unused-file-creation later to maint).

0 commit comments

Comments
 (0)