The 9th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Mar 2, 2026 at 16:05 UTC
4805bb993087cb1fb9a81470aaa238123c0ed6e2
1 file changed
+27
Documentation/RelNotes/2.54.0.adoc
+27
@@ -36,6 +36,14 @@ UI, Workflows & Features
36
* Extend the alias configuration syntax to allow aliases using
37
characters outside ASCII alphanumeric (plus '-').
38
39
+ * A signature on a commit that was GPG signed long time ago ought to
40
+ be still valid after the key that was used to sign it has expired,
41
+ but we showed them in alarming red.
42
+
43
+ * "git subtree split --prefix=P <commit>" now checks the prefix P
44
+ against the tree of the (potentially quite different from the
45
+ current working tree) given commit.
46
+
47
48
Performance, Internal Implementation, Development Support etc.
49
--------------------------------------------------------------
@@ -86,6 +94,19 @@ Performance, Internal Implementation, Development Support etc.
94
* Some tests assumed "iconv" is available without honoring ICONV
95
prerequisite, which has been corrected.
96
97
+ * Revamp object enumeration API around odb.
98
+
99
+ * Additional tests were introduced to see the interaction with netrc
100
+ auth with auth failure on the http transport.
101
+
102
+ * A couple of bugs in use of flag bits around odb API has been
103
+ corrected, and the flag bits reordered.
104
+
105
+ * Plumb gitk/git-gui build and install procedure in meson based
106
+ builds.
107
+
108
+ * The code to accept shallow "git push" has been optimized.
109
+
110
111
Fixes since v2.53
112
-----------------
@@ -155,6 +176,9 @@ Fixes since v2.53
176
* "git format-patch --from=<me>" did not honor the command line
177
option when writing out the cover letter, which has been corrected.
178
179
+ * Update build precedure for mergetool documentation in meson-based builds.
180
+ (merge 58e4eeeeb5 pw/meson-doc-mergetool later to maint).
181
+
182
* Other code cleanup, docfix, build fix, etc.
183
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
184
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -180,3 +204,6 @@ Fixes since v2.53
204
(merge 5133837392 ps/ci-gitlab-msvc-updates later to maint).
205
(merge 143e84958c db/doc-fetch-jobs-auto later to maint).
206
(merge 0678e01f02 ap/use-test-seq-f-more later to maint).
207
+ (merge 96286f14b0 ty/symlinks-use-unsigned-for-bitset later to maint).
208
+ (merge b10e0cb1f3 kh/doc-am-xref later to maint).
209
+ (merge ed84bc1c0d kh/doc-patch-id-4 later to maint).