The eleventh batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2025-02-14 17:53:32 -08:00
parent 60cb8e79cb
commit 0394451348
1 changed files with 14 additions and 0 deletions

View File

@ -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).