diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:36:28 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:18 -0700 |
| commit | d63586cb314731c851f28e14fc8012988467e2da (patch) | |
| tree | 681c9f853bdf2b85a5b679827ccdb02c2d589b31 | |
| parent | 2a061a62e28003898cb2c19ee332147b55fe95d3 (diff) | |
| download | git-d63586cb314731c851f28e14fc8012988467e2da.tar.gz | |
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.46.0.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index d1e4d016a6..6321ddc319 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -119,6 +119,21 @@ Performance, Internal Implementation, Development Support etc. * The alias-expanded command lines are logged to the trace output. + * A new test was added to ensure git commands that are designed to + run outside repositories do work. + + * Basic unit tests for reftable have been reimplemented under the + unit test framework. + + * A pair of test helpers that essentially are unit tests on hash + algorithms have been rewritten using the unit-tests framework. + + * A test helper that essentially is unit tests on the "decorate" + logic has been rewritten using the unit-tests framework. + + * Many memory leaks in the sparse-checkout code paths have been + plugged. + Fixes since v2.45 ----------------- @@ -214,6 +229,13 @@ Fixes since v2.45 * Memory leaks in "git mv" has been plugged. + * The safe.directory configuration knob has been updated to + optionally allow leading path matches. + (merge 313eec177a jc/safe-directory-leading-path later to maint). + + * An overly large ".gitignore" files are now rejected silently. + (merge e7c3d1ddba jk/cap-exclude-file-size later to maint). + * Other code cleanup, docfix, build fix, etc. (merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint). (merge 55702c543e fa/p4-error later to maint). |
