From: Junio C Hamano Date: Wed, 22 Feb 2023 22:55:59 +0000 (-0800) Subject: The seventeenth batch X-Git-Tag: v2.40.0-rc0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06dd2baa8da4a73421b959ec026a43711b9d77f9;p=thirdparty%2Fgit.git The seventeenth batch Signed-off-by: Junio C Hamano --- 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).