Skip to content

Commit 559c6fc

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 56e6c16 commit 559c6fc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.25.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ Performance, Internal Implementation, Development Support etc.
103103
* Users of oneway_merge() (like "reset --hard") learned to take
104104
advantage of fsmonitor to avoid unnecessary lstat(2) calls.
105105

106+
* Performance tweak on "git push" into a repository with many refs
107+
that point at objects we have never heard of.
108+
109+
* PerfTest fix to avoid stale result mixed up with the latest round
110+
of test results.
111+
106112

107113
Fixes since v2.24
108114
-----------------
@@ -215,6 +221,15 @@ Fixes since v2.24
215221
cleared correctly, which has been corrected.
216222
(merge 0aa0c2b2ec mh/clear-topo-walk-upon-reset later to maint).
217223

224+
* TravisCI update.
225+
(merge 176441bfb5 sg/osx-force-gcc-9 later to maint).
226+
227+
* While running "revert" or "cherry-pick --edit" for multiple
228+
commits, a recent regression incorrectly detected "nothing to
229+
commit, working tree clean", instead of replaying the commits,
230+
which has been corrected.
231+
(merge befd4f6a81 sg/assume-no-todo-update-in-cherry-pick later to maint).
232+
218233
* Other code cleanup, docfix, build fix, etc.
219234
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
220235
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -234,3 +249,6 @@ Fixes since v2.24
234249
(merge f0e58b3fe8 pb/submodule-update-fetches later to maint).
235250
(merge 2a02262078 dl/t5520-cleanup later to maint).
236251
(merge a4fb016ba1 js/pkt-line-h-typofix later to maint).
252+
(merge 54a7a64613 rs/simplify-prepare-cmd later to maint).
253+
(merge 3eae30e464 jk/lore-is-the-archive later to maint).
254+
(merge 14b7664df8 dl/lore-is-the-archive later to maint).

0 commit comments

Comments
 (0)