Skip to content

Commit 493f462

Browse files
committed
The thirteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a03cc4b commit 493f462

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,21 @@ UI, Workflows & Features
5757
* The command-line complation support (in contrib/) learned to
5858
complete "git commit --trailer=" for possible trailer keys.
5959

60-
6160
* "git update-index" learns "--show-index-version" to inspect
6261
the index format version used by the on-disk index file.
6362

63+
* "git diff" learned diff.statNameWidth configuration variable, to
64+
give the default width for the name part in the "--stat" output.
65+
66+
* "git range-diff --notes=foo" compared "log --notes=foo --notes" of
67+
the two ranges, instead of using just the specified notes tree.
68+
69+
* The command line completion script (in contrib/) can be told to
70+
complete aliases by including ": git <cmd> ;" in the alias to tell
71+
it that the alias should be completed similar to how "git <cmd>" is
72+
completed. The parsing code for the alias as been loosened to
73+
allow ';' without an extra space before it.
74+
6475

6576
Performance, Internal Implementation, Development Support etc.
6677

@@ -74,12 +85,12 @@ Performance, Internal Implementation, Development Support etc.
7485
* Tests that are known to pass with LSan are now marked as such.
7586
(merge 5fafe8c95f tb/mark-more-tests-as-leak-free later to maint).
7687

77-
* Flakey "git p4" tests, as well as "git svn" tests, are now skipped
88+
* Flaky "git p4" tests, as well as "git svn" tests, are now skipped
7889
in the (rather expensive) sanitizer CI job.
7990
(merge 6ba913629f js/ci-san-skip-p4-and-svn-tests later to maint).
8091

8192
* Tests with LSan from time to time seem to emit harmless message
82-
that makes our tests unnecessarily flakey; we work it around by
93+
that makes our tests unnecessarily flaky; we work it around by
8394
filtering the uninteresting output.
8495
(merge 370ef7e40d jk/test-lsan-denoise-output later to maint).
8596

@@ -134,7 +145,7 @@ Fixes since v2.42
134145
pathnames recorded in tree objects.
135146
(merge 4d5693ba05 jk/tree-name-and-depth-limit later to maint).
136147

137-
* Various fixes to the behaviour of "rebase -i" when the command got
148+
* Various fixes to the behavior of "rebase -i" when the command got
138149
interrupted by conflicting changes.
139150
(merge 203573b024 pw/rebase-i-after-failure later to maint).
140151

@@ -155,7 +166,7 @@ Fixes since v2.42
155166
which has been corrected.
156167
(merge 48944f214c pw/diff-no-index-from-named-pipes later to maint).
157168

158-
* Update "git maintainance" timers' implementation based on systemd
169+
* Update "git maintenance" timers' implementation based on systemd
159170
timers to work with WSL.
160171
(merge 5e8515e8e8 js/systemd-timers-wsl-fix later to maint).
161172

@@ -178,6 +189,10 @@ Fixes since v2.42
178189
address did not give correct information, which has been corrected.
179190
(merge 12288cc44e tb/send-email-extract-valid-address-error-message-fix later to maint).
180191

192+
* UBSan options were not propagated through the test framework to git
193+
run via the httpd, unlike ASan options, which has been corrected.
194+
(merge 252d693797 jk/test-pass-ubsan-options-to-http-test later to maint).
195+
181196
* Other code cleanup, docfix, build fix, etc.
182197
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
183198
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -196,3 +211,5 @@ Fixes since v2.42
196211
(merge 8aae489756 ob/t3404-typofix later to maint).
197212
(merge 58be11432e eg/config-type-path-docfix later to maint).
198213
(merge 563f339d98 ch/clean-docfix later to maint).
214+
(merge 4fbe83fcd9 hy/doc-show-is-like-log-not-diff-tree later to maint).
215+
(merge 43abaaf008 ob/am-msgfix later to maint).

0 commit comments

Comments
 (0)