]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The second batch for 2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Aug 2023 16:55:09 +0000 (09:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Aug 2023 17:37:38 +0000 (10:37 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.43.0.txt

index 3a4cd42fe54f48f30a7ab79e196b873640266d41..02309b675fb2d413dbb1d1c9adafee692c92c6a7 100644 (file)
@@ -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).