From cd9da15a85bfbcb0bddc799e5fe6bed50644f269 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 24 Aug 2023 09:31:49 -0700 Subject: Start the 2.43 cycle Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.43.0.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/RelNotes/2.43.0.txt (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt new file mode 100644 index 0000000000..3a4cd42fe5 --- /dev/null +++ b/Documentation/RelNotes/2.43.0.txt @@ -0,0 +1,30 @@ +Git v2.43 Release Notes +======================= + +UI, Workflows & Features + + * A message written in olden time prevented a branch from getting + checked out saying it is already checked out elsewhere, but these + days, we treat a branch that is being bisected or rebased just like + a branch that is checked out and protect it. Rephrase the message + to say that the branch is in use. + + * Hourly and other schedule of "git maintenance" jobs are randomly + distributed now. + + +Performance, Internal Implementation, Development Support etc. + + * TBD. + + +Fixes since v2.42 +----------------- + + * Overly long label names used in the sequencer machinery are now + chopped to fit under filesystem limitation. + (merge ac300bda10 mp/rebase-label-length-limit 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). -- cgit v1.3