aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-02-14 17:53:32 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-14 17:53:49 -0800
commit03944513488db4a81fdb4c21c3b515e4cb260b05 (patch)
treea04be68c0c85604de60d57c23f6c41bad51868ab
parentMerge branch 'ps/doc-http-upload-archive-service' (diff)
downloadgit-03944513488db4a81fdb4c21c3b515e4cb260b05.tar.gz
git-03944513488db4a81fdb4c21c3b515e4cb260b05.zip
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.49.0.adoc14
1 files changed, 14 insertions, 0 deletions
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).