aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-02-12 10:09:08 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-12 10:09:08 -0800
commite2067b49ecaef9b7f51a17ce251f9207f72ef52d (patch)
treefbcf6980eaa6b507a26b2fd39e8f1f687151dc3a
parentMerge branch 'da/help-autocorrect-one-fix' (diff)
downloadgit-e2067b49ecaef9b7f51a17ce251f9207f72ef52d.tar.gz
git-e2067b49ecaef9b7f51a17ce251f9207f72ef52d.zip
The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.49.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt
index 3d4599710f..7e10c13c84 100644
--- a/Documentation/RelNotes/2.49.0.txt
+++ b/Documentation/RelNotes/2.49.0.txt
@@ -6,6 +6,19 @@ UI, Workflows & Features
* Completion script updates for zsh
+ * "git pack-objects" and its wrapper "git repack" learned an option
+ to use an alternative path-hash function to improve delta-base
+ selection to produce a packfile with deeper history than window
+ size.
+
+ * "git gc" learned the "--expire-to" option and passes it down to
+ underlying "git repack".
+
+ * "[help] autocorrect = 1" used to be a way to say "please wait for
+ 0.1 second after suggesting a typofix of the command name before
+ running that command"; now it means "yes, if there is a plausible
+ typofix for the command name, please run it immediately".
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -34,6 +47,9 @@ Performance, Internal Implementation, Development Support etc.
* The code paths to interact with zlib has been cleaned up in
preparation for building with zlib-ng.
+ * Foreign language interface for Rust into our code base has been added.
+
+
Fixes since v2.48
-----------------
@@ -151,6 +167,11 @@ Fixes since v2.48
has been corrected.
(merge acc4fb302b jt/gitlab-ci-base-fix later to maint).
+ * "git repack --keep-unreachable" to send unreachable objects to the
+ main pack "git repack -ad" produces did not work when there is no
+ existing packs, which has been corrected.
+ (merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo 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).
@@ -164,3 +185,4 @@ Fixes since v2.48
(merge 6979bf6f8f jk/combine-diff-cleanup later to maint).
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
(merge 087740d65a ps/leakfixes-0129 later to maint).
+ (merge 6bba6f604b jp/doc-trailer-config later to maint).