@@ -9,6 +9,12 @@ UI, Workflows & Features
9
9
* "git rebase --autosquash" is now enabled for non-interactive rebase,
10
10
but it is still incompatible with the apply backend.
11
11
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
+
12
18
13
19
Performance, Internal Implementation, Development Support etc.
14
20
@@ -21,6 +27,11 @@ Performance, Internal Implementation, Development Support etc.
21
27
in an unspecified order, to allow certain optimizations to take
22
28
advantage of.
23
29
30
+ * Simplify API implementation to delete references by eliminating
31
+ duplication.
32
+
33
+ * Subject approxidate() and show_date() machinery to OSS-Fuzz.
34
+
24
35
25
36
Fixes since v2.43
26
37
-----------------
@@ -40,4 +51,22 @@ Fixes since v2.43
40
51
simplifying our implementation.
41
52
(merge 6ff658cc78 tz/send-email-negatable-options later to maint).
42
53
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
+
43
68
* 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