@@ -9,6 +9,10 @@ Backward compatibility warts
9
9
* "git name-rev --stdin" has been deprecated and issues a warning
10
10
when used; use "git name-rev --annotate-stdin" instead.
11
11
12
+ * "git clone --filter=... --recurse-submodules" only makes the
13
+ top-level a partial clone, while submodules are fully cloned. This
14
+ behaviour is changed to pass the same filter down to the submodules.
15
+
12
16
13
17
Note to those who build from the source
14
18
@@ -65,6 +69,10 @@ Performance, Internal Implementation, Development Support etc.
65
69
spawning "git checkout" in "rebase", and update code paths that are
66
70
involved in the change.
67
71
72
+ * Messages "ort" merge backend prepares while dealing with conflicted
73
+ paths were unnecessarily confusing since it did not differentiate
74
+ inner merges and outer merges.
75
+
68
76
69
77
Fixes since v2.35
70
78
-----------------
@@ -205,6 +213,25 @@ Fixes since v2.35
205
213
command line. A "--no-graph" option has been added and resource
206
214
leakage has been plugged.
207
215
216
+ * Error output given in response to an ambiguous object name has been
217
+ improved.
218
+ (merge 3a73c1dfaf ab/ambiguous-object-name later to maint).
219
+
220
+ * "git sparse-checkout" wants to work with per-worktree configuration,
221
+ but did not work well in a worktree attached to a bare repository.
222
+ (merge 3ce1138272 ds/sparse-checkout-requires-per-worktree-config later to maint).
223
+
224
+ * Setting core.untrackedCache to true failed to add the untracked
225
+ cache extension to the index.
226
+
227
+ * Workaround we have for versions of PCRE2 before their version 10.36
228
+ were in effect only for their versions newer than 10.36 by mistake,
229
+ which has been corrected.
230
+ (merge 97169fc361 rs/pcre-invalid-utf8-fix-fix later to maint).
231
+
232
+ * Document Taylor as a new member of Git PLC at SFC. Welcome.
233
+ (merge e8d56ca863 tb/coc-plc-update later to maint).
234
+
208
235
* Other code cleanup, docfix, build fix, etc.
209
236
(merge cfc5cf428b jc/find-header later to maint).
210
237
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -227,3 +254,5 @@ Fixes since v2.35
227
254
(merge d17294a05e ab/hash-object-leakfix later to maint).
228
255
(merge b8403129d3 jd/t0015-modernize later to maint).
229
256
(merge 332acc248d ds/mailmap later to maint).
257
+ (merge 04bf052eef ab/grep-patterntype later to maint).
258
+ (merge 6ee36364eb ab/diff-free-more later to maint).
0 commit comments