Skip to content

Commit 624eb90

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c1aefb6 commit 624eb90

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ UI, Workflows & Features
99
* "git rebase --autosquash" is now enabled for non-interactive rebase,
1010
but it is still incompatible with the apply backend.
1111

12+
* Introduce "git replay", a tool meant on the server side without
13+
working tree to recreate a history.
14+
15+
* "git merge-file" learned to take the "--diff-algorithm" option to
16+
use algorithm different from the default "myers" diff.
17+
1218

1319
Performance, Internal Implementation, Development Support etc.
1420

@@ -21,6 +27,11 @@ Performance, Internal Implementation, Development Support etc.
2127
in an unspecified order, to allow certain optimizations to take
2228
advantage of.
2329

30+
* Simplify API implementation to delete references by eliminating
31+
duplication.
32+
33+
* Subject approxidate() and show_date() machinery to OSS-Fuzz.
34+
2435

2536
Fixes since v2.43
2637
-----------------
@@ -40,4 +51,22 @@ Fixes since v2.43
4051
simplifying our implementation.
4152
(merge 6ff658cc78 tz/send-email-negatable-options later to maint).
4253

54+
* Earlier we stopped relying on commit-graph that (still) records
55+
information about commits that are lost from the object store,
56+
which has negative performance implications. The default has been
57+
flipped to disable this pessimization.
58+
(merge b1df3b3867 ps/commit-graph-less-paranoid later to maint).
59+
60+
* Stale URLs have been updated to their current counterparts (or
61+
archive.org) and HTTP links are replaced with working HTTPS links.
62+
(merge 62b4f7b9c6 js/update-urls-in-doc-and-comment later to maint).
63+
64+
* trace2 streams used to record the URLs that potentially embed
65+
authentication material, which has been corrected.
66+
(merge 16fa3eebc0 jh/trace2-redact-auth later to maint).
67+
4368
* Other code cleanup, docfix, build fix, etc.
69+
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
70+
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
71+
(merge 7854bf4960 rs/i18n-cannot-be-used-together later to maint).
72+
(merge cd3c28c53a rs/column-leakfix later to maint).

0 commit comments

Comments
 (0)