diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-14 18:33:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-14 23:19:28 -0700 |
commit | 9bf691b78cf906751e65d65ba0c6ffdcd9a5a12c (patch) | |
tree | ac603c4f679bfe3950f0658cddfc2400e3136dbd | |
parent | 7fac7b563b0d4f174b30bfbedab67e59af8cce84 (diff) |
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.38.0.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt index 38ecfcfe8f..ee469d7939 100644 --- a/Documentation/RelNotes/2.38.0.txt +++ b/Documentation/RelNotes/2.38.0.txt @@ -228,5 +228,17 @@ Fixes since v2.37 * "git symbolic-ref symref non..sen..se" is now diagnosed as an error. (merge 04ede97211 lt/symbolic-ref-sanity later to maint). + * A follow-up fix to a fix for a regression in 2.36. + (merge 99ddc24672 ab/hooks-regression-fix later to maint). + + * Avoid repeatedly running getconf to ask libc version in the test + suite, and instead just as it once per script. + (merge a6a58f7801 pw/use-glibc-tunable-for-malloc-optim later to maint). + + * Platform-specific code that determines if a directory is OK to use + as a repository has been taught to report more details, especially + on Windows. + (merge 3f7207e2ea js/safe-directory-plus later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 94955d576b gc/git-reflog-doc-markup later to maint). |