Skip to content

Commit d4a83d0

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Fixes since v2.42
132132
manual pages have been simplified and improved.
133133
(merge 11422f23e3 so/diff-doc-for-patch-update later to maint).
134134

135+
* "git grep -e A --no-or -e B" is accepted, even though the negation
136+
of "or" did not mean anything, which has been tightened.
137+
(merge aae8558b10 rs/grep-no-no-or later to maint).
138+
139+
* The completion script (in contrib/) has been taught to treat the
140+
"-t" option to "git checkout" and "git switch" just like the
141+
"--track" option, to complete remote-tracking branches.
142+
(merge 9f892830d6 js/complete-checkout-t later to maint).
143+
135144
* Other code cleanup, docfix, build fix, etc.
136145
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
137146
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).

0 commit comments

Comments
 (0)