Skip to content

Commit 715d08a

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0fd097b commit 715d08a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Backward compatibility warts
99
* "git name-rev --stdin" has been deprecated and issues a warning
1010
when used; use "git name-rev --annotate-stdin" instead.
1111

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+
1216

1317
Note to those who build from the source
1418

@@ -65,6 +69,10 @@ Performance, Internal Implementation, Development Support etc.
6569
spawning "git checkout" in "rebase", and update code paths that are
6670
involved in the change.
6771

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+
6876

6977
Fixes since v2.35
7078
-----------------
@@ -205,6 +213,25 @@ Fixes since v2.35
205213
command line. A "--no-graph" option has been added and resource
206214
leakage has been plugged.
207215

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+
208235
* Other code cleanup, docfix, build fix, etc.
209236
(merge cfc5cf428b jc/find-header later to maint).
210237
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -227,3 +254,5 @@ Fixes since v2.35
227254
(merge d17294a05e ab/hash-object-leakfix later to maint).
228255
(merge b8403129d3 jd/t0015-modernize later to maint).
229256
(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

Comments
 (0)