diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-02-22 23:55:59 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-22 23:55:59 +0100 |
commit | 06dd2baa8da4a73421b959ec026a43711b9d77f9 (patch) | |
tree | 9354315c17f67f9abfb5007076a508f80b77f654 /Documentation/RelNotes/2.40.0.txt | |
parent | Merge branch 'ab/hook-api-with-stdin' (diff) | |
download | git-06dd2baa8da4a73421b959ec026a43711b9d77f9.tar.xz git-06dd2baa8da4a73421b959ec026a43711b9d77f9.zip |
The seventeenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.40.0.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt index d1428f5fb8..4232ad8045 100644 --- a/Documentation/RelNotes/2.40.0.txt +++ b/Documentation/RelNotes/2.40.0.txt @@ -223,6 +223,18 @@ Fixes since v2.39 back to interpreted execution in such a case. (merge 50b6ad55b0 cb/grep-fallback-failing-jit later to maint). + * "git name-rev" heuristics update. + (merge b2182a8730 en/name-rev-make-taggerdate-much-less-important later to maint). + + * Remove more remaining uses of macros that relies on the_index + singleton instance without explicitly spelling it out. + + * Remove unnecessary explicit sizing of strbuf. + (merge 93ea118bed rs/cache-tree-strbuf-growth-fix later to maint). + + * Doc update. + (merge d9ec3b0dc0 jk/doc-ls-remote-matching later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 4eb1ccecd4 dh/mingw-ownership-check-typofix later to maint). (merge f95526419b ar/typofix-gitattributes-doc later to maint). |