Skip to content

Commit e2067b4

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d7a874 commit e2067b4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.49.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ UI, Workflows & Features
66

77
* Completion script updates for zsh
88

9+
* "git pack-objects" and its wrapper "git repack" learned an option
10+
to use an alternative path-hash function to improve delta-base
11+
selection to produce a packfile with deeper history than window
12+
size.
13+
14+
* "git gc" learned the "--expire-to" option and passes it down to
15+
underlying "git repack".
16+
17+
* "[help] autocorrect = 1" used to be a way to say "please wait for
18+
0.1 second after suggesting a typofix of the command name before
19+
running that command"; now it means "yes, if there is a plausible
20+
typofix for the command name, please run it immediately".
21+
922

1023
Performance, Internal Implementation, Development Support etc.
1124
--------------------------------------------------------------
@@ -34,6 +47,9 @@ Performance, Internal Implementation, Development Support etc.
3447
* The code paths to interact with zlib has been cleaned up in
3548
preparation for building with zlib-ng.
3649

50+
* Foreign language interface for Rust into our code base has been added.
51+
52+
3753

3854
Fixes since v2.48
3955
-----------------
@@ -151,6 +167,11 @@ Fixes since v2.48
151167
has been corrected.
152168
(merge acc4fb302b jt/gitlab-ci-base-fix later to maint).
153169

170+
* "git repack --keep-unreachable" to send unreachable objects to the
171+
main pack "git repack -ad" produces did not work when there is no
172+
existing packs, which has been corrected.
173+
(merge 414c82300a ps/repack-keep-unreachable-in-unpacked-repo later to maint).
174+
154175
* Other code cleanup, docfix, build fix, etc.
155176
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
156177
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -164,3 +185,4 @@ Fixes since v2.48
164185
(merge 6979bf6f8f jk/combine-diff-cleanup later to maint).
165186
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
166187
(merge 087740d65a ps/leakfixes-0129 later to maint).
188+
(merge 6bba6f604b jp/doc-trailer-config later to maint).

0 commit comments

Comments
 (0)