aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-25 09:55:09 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-25 10:37:38 -0700
commit6807fcfedab84bc8cd0fbf721bc13c4e68cda9ae (patch)
tree08b6ea8441efc31c2a5185a113dabe36707ae128 /Documentation/RelNotes
parenteccee1854c4c2c4a58a3e9fbbc2431e8b945ee90 (diff)
downloadgit-6807fcfedab84bc8cd0fbf721bc13c4e68cda9ae.tar.gz
The second batch for 2.43
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 3a4cd42fe5..02309b675f 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -12,6 +12,9 @@ UI, Workflows & Features
* Hourly and other schedule of "git maintenance" jobs are randomly
distributed now.
+ * "git cmd -h" learned to signal which options can be negated by
+ listing such options like "--[no-]opt".
+
Performance, Internal Implementation, Development Support etc.
@@ -28,3 +31,6 @@ Fixes since v2.42
* 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).
+ (merge beaa1d952b jk/function-pointer-mismatches-fix later to maint).
+ (merge b46d806ea5 ob/t9001-indent-fix later to maint).
+ (merge fdc9914c28 ja/worktree-orphan later to maint).