From: Junio C Hamano Date: Sat, 15 Feb 2025 01:53:32 +0000 (-0800) Subject: The eleventh batch X-Git-Tag: v2.49.0-rc0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03944513488db4a81fdb4c21c3b515e4cb260b05;p=thirdparty%2Fgit.git The eleventh batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.49.0.adoc b/Documentation/RelNotes/2.49.0.adoc index 7e10c13c84..05b720f79a 100644 --- a/Documentation/RelNotes/2.49.0.adoc +++ b/Documentation/RelNotes/2.49.0.adoc @@ -19,6 +19,9 @@ UI, Workflows & Features running that command"; now it means "yes, if there is a plausible typofix for the command name, please run it immediately". + * "git clone" learned to make a shallow clone for a single commit + that is not necessarily be at the tip of any branch. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -49,6 +52,8 @@ Performance, Internal Implementation, Development Support etc. * Foreign language interface for Rust into our code base has been added. + * All the documentation .txt files have been renamed to .adoc to help + content aware editors. Fixes since v2.48 @@ -172,6 +177,15 @@ Fixes since v2.48 existing packs, which has been corrected. (merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo later to maint). + * Going into a secondary worktree and asking "is the main worktree + bare?" did not work correctly when per-worktree configuration + option was in use, which has been corrected. + + * Fetching into a bare repository incorrectly assumed it always used + a mirror layout when deciding to update remote-tracking HEAD, which + has been corrected. + (merge 93dc16483a bf/fetch-set-head-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge ddb5287894 jk/t7407-use-test-grep later to maint). (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).