Skip to content

Commit 4805bb9

Browse files
committed
The 9th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9db3644 commit 4805bb9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Documentation/RelNotes/2.54.0.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ UI, Workflows & Features
3636
* Extend the alias configuration syntax to allow aliases using
3737
characters outside ASCII alphanumeric (plus '-').
3838

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+
3947

4048
Performance, Internal Implementation, Development Support etc.
4149
--------------------------------------------------------------
@@ -86,6 +94,19 @@ Performance, Internal Implementation, Development Support etc.
8694
* Some tests assumed "iconv" is available without honoring ICONV
8795
prerequisite, which has been corrected.
8896
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+
89110
90111
Fixes since v2.53
91112
-----------------
@@ -155,6 +176,9 @@ Fixes since v2.53
155176
* "git format-patch --from=<me>" did not honor the command line
156177
option when writing out the cover letter, which has been corrected.
157178

179+
* Update build precedure for mergetool documentation in meson-based builds.
180+
(merge 58e4eeeeb5 pw/meson-doc-mergetool later to maint).
181+
158182
* Other code cleanup, docfix, build fix, etc.
159183
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
160184
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -180,3 +204,6 @@ Fixes since v2.53
180204
(merge 5133837392 ps/ci-gitlab-msvc-updates later to maint).
181205
(merge 143e84958c db/doc-fetch-jobs-auto later to maint).
182206
(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).

0 commit comments

Comments
 (0)