diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-09-21 13:50:47 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-21 14:23:14 -0700 |
| commit | 370d3a06a3ecb6950e10158c77ac32eb01ae0a88 (patch) | |
| tree | 1a9ce44df5740c9bfe6af33bd018613576659a73 | |
| parent | Merge branch 'fz/help-doublofix' (diff) | |
| download | git-370d3a06a3ecb6950e10158c77ac32eb01ae0a88.tar.gz git-370d3a06a3ecb6950e10158c77ac32eb01ae0a88.zip | |
Final batch before -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.38.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt index 5d9bd8c295..d16d19dcdd 100644 --- a/Documentation/RelNotes/2.38.0.txt +++ b/Documentation/RelNotes/2.38.0.txt @@ -390,6 +390,10 @@ Fixes since v2.37 been corrected. (merge 49ca2fba39 jk/proto-v2-ref-prefix-fix later to maint). + * A result from opendir() was leaking in the commit-graph expiration + codepath, which has been plugged. + (merge 12f1ae5324 ml/commit-graph-expire-dir-leak-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 77b9e85c0f vd/fix-perf-tests later to maint). (merge 0682bc43f5 jk/test-crontab-fixes later to maint). |
