···1919 running that command"; now it means "yes, if there is a plausible
2020 typofix for the command name, please run it immediately".
21212222+ * "git clone" learned to make a shallow clone for a single commit
2323+ that is not necessarily be at the tip of any branch.
2424+22252326Performance, Internal Implementation, Development Support etc.
2427--------------------------------------------------------------
···49525053 * Foreign language interface for Rust into our code base has been added.
51545555+ * All the documentation .txt files have been renamed to .adoc to help
5656+ content aware editors.
525753585459Fixes since v2.48
···171176 main pack "git repack -ad" produces did not work when there is no
172177 existing packs, which has been corrected.
173178 (merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo later to maint).
179179+180180+ * Going into a secondary worktree and asking "is the main worktree
181181+ bare?" did not work correctly when per-worktree configuration
182182+ option was in use, which has been corrected.
183183+184184+ * Fetching into a bare repository incorrectly assumed it always used
185185+ a mirror layout when deciding to update remote-tracking HEAD, which
186186+ has been corrected.
187187+ (merge 93dc16483a bf/fetch-set-head-fix later to maint).
174188175189 * Other code cleanup, docfix, build fix, etc.
176190 (merge ddb5287894 jk/t7407-use-test-grep later to maint).