@@ -19,6 +19,9 @@ UI, Workflows & Features
1919 running that command"; now it means "yes, if there is a plausible
2020 typofix for the command name, please run it immediately".
2121
22+ * "git clone" learned to make a shallow clone for a single commit
23+ that is not necessarily be at the tip of any branch.
24+
2225
2326Performance, Internal Implementation, Development Support etc.
2427--------------------------------------------------------------
@@ -49,6 +52,8 @@ Performance, Internal Implementation, Development Support etc.
4952
5053 * Foreign language interface for Rust into our code base has been added.
5154
55+ * All the documentation .txt files have been renamed to .adoc to help
56+ content aware editors.
5257
5358
5459Fixes since v2.48
@@ -172,6 +177,15 @@ Fixes since v2.48
172177 existing packs, which has been corrected.
173178 (merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo later to maint).
174179
180+ * Going into a secondary worktree and asking "is the main worktree
181+ bare?" did not work correctly when per-worktree configuration
182+ option was in use, which has been corrected.
183+
184+ * Fetching into a bare repository incorrectly assumed it always used
185+ a mirror layout when deciding to update remote-tracking HEAD, which
186+ has been corrected.
187+ (merge 93dc16483a bf/fetch-set-head-fix later to maint).
188+
175189 * Other code cleanup, docfix, build fix, etc.
176190 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
177191 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
0 commit comments