Skip to content

Commit 4cf919b

Browse files
committed
A bit more before rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5931b6b commit 4cf919b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ UI, Workflows & Features
7474
avoids doing maintenance tasks that rebuilds everything from
7575
scratch.
7676

77+
* "git repo structure", a new command.
78+
7779

7880
Performance, Internal Implementation, Development Support etc.
7981
--------------------------------------------------------------
@@ -165,6 +167,18 @@ Performance, Internal Implementation, Development Support etc.
165167
* The code to walk revision graph to compute merge base has been
166168
optimized.
167169
170+
* AI guidelines has been added to our documentation set.
171+
172+
* Contributed credential helpers (obviously in contrib/) now have "cd
173+
$there && make install" target.
174+
175+
* The "MyFirstContribution" tutorial tells the reader how to send out
176+
their patches; the section gained a hint to verify the message
177+
reached the mailing list.
178+
179+
* The "debug" ref-backend was missing a method implementation, which
180+
has been corrected.
181+
168182
169183
Fixes since v2.51
170184
-----------------
@@ -397,6 +411,15 @@ including security updates, are included in this release.
397411
"foo**/bar" match with "foobar", which has been corrected.
398412
(merge 1940a02dc1 jk/match-pathname-fix later to maint).
399413

414+
* Tests did not set up GNUPGHOME correctly, which is fixed but some
415+
flaky tests are exposed in t1016, which needs to be addressed
416+
before this topic can move forward.
417+
(merge 6cd8369ef3 tz/test-prepare-gnupghome later to maint).
418+
419+
* The patterns used in the .gitignore files use backslash in the way
420+
documented for fnmatch(3); document as such to reduce confusion.
421+
(merge 8a6d158a1d jk/doc-backslash-in-exclude later to maint).
422+
400423
* Other code cleanup, docfix, build fix, etc.
401424
(merge 529a60a885 ua/t1517-short-help-tests later to maint).
402425
(merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
@@ -409,3 +432,5 @@ including security updates, are included in this release.
409432
(merge 15b8abde07 js/mingw-includes-cleanup later to maint).
410433
(merge 2cebca0582 tb/cat-file-objectmode-update later to maint).
411434
(merge 8f487db07a kh/doc-patch-id-1 later to maint).
435+
(merge f711f37b05 eb/t1016-hash-transition-fix later to maint).
436+
(merge 85333aa1af jk/test-delete-gpgsig-leakfix later to maint).

0 commit comments

Comments
 (0)