|
1 | 1 | Git v2.38 Release Notes
|
2 | 2 | =======================
|
3 | 3 |
|
| 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 | + |
4 | 17 | Performance, Internal Implementation, Development Support etc.
|
5 | 18 |
|
6 | 19 | * Collection of what is referenced by objects in promisor packs have
|
@@ -33,8 +46,30 @@ Fixes since v2.37
|
33 | 46 | add some missing information to the documentation.
|
34 | 47 | (merge ac7667bd44 ac/bitmap-format-doc later to maint).
|
35 | 48 |
|
| 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 | + |
36 | 66 | * Other code cleanup, docfix, build fix, etc.
|
37 | 67 | (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
|
38 | 68 | (merge 1971510c35 pb/diff-doc-raw-format later to maint).
|
39 | 69 | (merge a3ba4fa715 cr/setup-bug-typo later to maint).
|
40 | 70 | (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