Skip to content

Commit ad05a3d

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7cc5f89 commit ad05a3d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Documentation/RelNotes/2.25.0.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,24 @@ UI, Workflows & Features
4949
* "git rev-parse --show-toplevel" run outside of any working tree did
5050
not error out, which has been corrected.
5151

52+
* A few commands learned to take the pathspec from the
53+
standard input or a named file, instead of taking it as the command
54+
line arguments.
55+
56+
* "git rebase -i" learned a few options that are known by "git
57+
rebase" proper.
58+
59+
* "git submodule" learned a subcommand "set-url".
60+
61+
* "git log" family learned "--pretty=reference" that gives the name
62+
of a commit in the format that is often used to refer to it in log
63+
messages.
64+
65+
* The interaction between "git clone --recurse-submodules" and
66+
alternate object store was ill-designed. The documentation and
67+
code have been taught to make more clear recommendations when the
68+
users see failures.
69+
5270

5371
Performance, Internal Implementation, Development Support etc.
5472

@@ -109,6 +127,11 @@ Performance, Internal Implementation, Development Support etc.
109127
* PerfTest fix to avoid stale result mixed up with the latest round
110128
of test results.
111129

130+
* Hide lower-level verify_signed-buffer() API as a pure helper to
131+
implement the public check_signature() function, in order to
132+
encourage new callers to use the correct and more strict
133+
validation.
134+
112135

113136
Fixes since v2.24
114137
-----------------
@@ -230,6 +253,14 @@ Fixes since v2.24
230253
which has been corrected.
231254
(merge befd4f6a81 sg/assume-no-todo-update-in-cherry-pick later to maint).
232255

256+
* Work around a issue where a FD that is left open when spawning a
257+
child process and is kept open in the child can interfere with the
258+
operation in the parent process on Windows.
259+
260+
* One kind of progress messages were always given during commit-graph
261+
generation, instead of following the "if it takes more than two
262+
seconds, show progress" pattern, which has been corrected.
263+
233264
* Other code cleanup, docfix, build fix, etc.
234265
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
235266
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -252,3 +283,8 @@ Fixes since v2.24
252283
(merge 54a7a64613 rs/simplify-prepare-cmd later to maint).
253284
(merge 3eae30e464 jk/lore-is-the-archive later to maint).
254285
(merge 14b7664df8 dl/lore-is-the-archive later to maint).
286+
(merge 0e40a73a4c po/bundle-doc-clonable later to maint).
287+
(merge e714b898c6 as/t7812-missing-redirects-fix later to maint).
288+
(merge 528d9e6d01 jk/perf-wo-git-dot-pm later to maint).
289+
(merge fc42f20e24 sg/test-squelch-noise-in-commit-bulk later to maint).
290+
(merge c64368e3a2 bc/t9001-zsh-in-posix-emulation-mode later to maint).

0 commit comments

Comments
 (0)