Skip to content

Commit 4e2a4d1

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fba8e7f commit 4e2a4d1

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Git v2.38 Release Notes
22
=======================
33

4+
UI, Workflows & Features
5+
6+
* "git remote show [-n] frotz" now pays attention to negative
7+
pathspec.
8+
9+
* "git push" sometimes perform poorly when reachability bitmaps are
10+
used, even in a repository where other operations are helped by
11+
bitmaps. The push.useBitmaps configuration variable is introduced
12+
to allow disabling use of reachability bitmaps only for "git push".
13+
14+
* "git grep -m<max-hits>" is a way to limit the hits shown per file.
15+
16+
417
Performance, Internal Implementation, Development Support etc.
518

619
* Collection of what is referenced by objects in promisor packs have
@@ -33,8 +46,30 @@ Fixes since v2.37
3346
add some missing information to the documentation.
3447
(merge ac7667bd44 ac/bitmap-format-doc later to maint).
3548

49+
* Fixes for tests when the source directory has unusual characters in
50+
its path, e.g. whitespaces, double-quotes, etc.
51+
(merge eb1cd60290 ab/test-quoting-fix later to maint).
52+
53+
* "git mktree --missing" lazily fetched objects that are missing from
54+
the local object store, which was totally unnecessary for the purpose
55+
of creating the tree object(s) from its input.
56+
(merge 817b0f6027 ro/mktree-allow-missing-fix later to maint).
57+
58+
* Give _() markings to fatal/warning/usage: labels that are shown in
59+
front of these messages.
60+
(merge a1fd2cf8cd dr/i18n-die-warn-error-usage later to maint).
61+
62+
* References to commands-to-be-typed-literally in "git rebase"
63+
documentation mark-up have been corrected.
64+
(merge 54e51e559e ds/git-rebase-doc-markup later to maint).
65+
3666
* Other code cleanup, docfix, build fix, etc.
3767
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
3868
(merge 1971510c35 pb/diff-doc-raw-format later to maint).
3969
(merge a3ba4fa715 cr/setup-bug-typo later to maint).
4070
(merge 85845580d9 ds/vscode-settings later to maint).
71+
(merge ec2f6c0cca en/t6429-test-must-be-empty-fix later to maint).
72+
(merge 14deb585fb tb/pack-objects-remove-pahole-comment later to maint).
73+
(merge 2ffb7d13ee ds/t5510-brokequote later to maint).
74+
(merge 18337d406f ll/ls-files-tests-update later to maint).
75+
(merge 8cdab69d96 tk/rev-parse-doc-clarify-at-u later to maint).

0 commit comments

Comments
 (0)