aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-09-18 13:53:22 -0700
committerJunio C Hamano <gitster@pobox.com>2023-09-18 13:53:22 -0700
commitd4a83d07b8cc66d4afac2f33a8af729f2ba93bba (patch)
treead70604e7083034e1170426a4312a418e9f8d89d /Documentation/RelNotes
parentf41c5a5eec6a8fcc2ed683541d50e4bfe0a066ba (diff)
downloadgit-d4a83d07b8cc66d4afac2f33a8af729f2ba93bba.tar.gz
The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 19d60d96fb..7ed39b4700 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -132,6 +132,15 @@ Fixes since v2.42
manual pages have been simplified and improved.
(merge 11422f23e3 so/diff-doc-for-patch-update later to maint).
+ * "git grep -e A --no-or -e B" is accepted, even though the negation
+ of "or" did not mean anything, which has been tightened.
+ (merge aae8558b10 rs/grep-no-no-or later to maint).
+
+ * The completion script (in contrib/) has been taught to treat the
+ "-t" option to "git checkout" and "git switch" just like the
+ "--track" option, to complete remote-tracking branches.
+ (merge 9f892830d6 js/complete-checkout-t later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).