Skip to content

Commit

Permalink
Start the 2.43 cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Aug 24, 2023
1 parent c7b6a6c commit cd9da15
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions Documentation/RelNotes/2.43.0.txt
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.42.0
DEF_VER=v2.42.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit cd9da15

Please sign in to comment.