Skip to content

Commit 9bf691b

Browse files
committed
The thirteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7fac7b5 commit 9bf691b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,17 @@ Fixes since v2.37
228228
* "git symbolic-ref symref non..sen..se" is now diagnosed as an error.
229229
(merge 04ede97211 lt/symbolic-ref-sanity later to maint).
230230

231+
* A follow-up fix to a fix for a regression in 2.36.
232+
(merge 99ddc24672 ab/hooks-regression-fix later to maint).
233+
234+
* Avoid repeatedly running getconf to ask libc version in the test
235+
suite, and instead just as it once per script.
236+
(merge a6a58f7801 pw/use-glibc-tunable-for-malloc-optim later to maint).
237+
238+
* Platform-specific code that determines if a directory is OK to use
239+
as a repository has been taught to report more details, especially
240+
on Windows.
241+
(merge 3f7207e2ea js/safe-directory-plus later to maint).
242+
231243
* Other code cleanup, docfix, build fix, etc.
232244
(merge 94955d576b gc/git-reflog-doc-markup later to maint).

0 commit comments

Comments
 (0)