Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-25 19:55:09 +0300
committerJunio C Hamano <gitster@pobox.com>2023-08-25 20:37:38 +0300
commit6807fcfedab84bc8cd0fbf721bc13c4e68cda9ae (patch)
tree08b6ea8441efc31c2a5185a113dabe36707ae128 /Documentation/RelNotes
parenteccee1854c4c2c4a58a3e9fbbc2431e8b945ee90 (diff)
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).