@@ -38,6 +38,13 @@ UI, Workflows & Features
38
38
* Lift the limitation that colored prompts can only be used with
39
39
PROMPT_COMMAND mode.
40
40
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.
41
48
42
49
Performance, Internal Implementation, Development Support etc.
43
50
@@ -135,6 +142,19 @@ Fixes since v2.40
135
142
been disabled to work around the bug.
136
143
(merge 14b9a04479 mk/workaround-pcre-jit-ucp-bug later to maint).
137
144
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
+
138
158
* Other code cleanup, docfix, build fix, etc.
139
159
(merge f7111175df as/doc-markup-fix later to maint).
140
160
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -143,3 +163,7 @@ Fixes since v2.40
143
163
(merge 3457b50e8c ab/retire-scripted-add-p later to maint).
144
164
(merge d52fcf493b ds/p2000-fix-grep-sparse later to maint).
145
165
(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