]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eleventh batch
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Feb 2025 01:53:32 +0000 (17:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Feb 2025 01:53:49 +0000 (17:53 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.adoc

index 7e10c13c845f1769655a3d7d1a2ba84319016132..05b720f79a0e5e2653c01e2a74265c6d6276466d 100644 (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).