summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-24 16:31:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-08-24 16:32:34 (GMT)
commitcd9da15a85bfbcb0bddc799e5fe6bed50644f269 (patch)
tree37b461d5c37fe61e38ff6de4633b12d1aec44bb3
parentc7b6a6c0be7cdc847eb6e0f0e8a636b8c79fd480 (diff)
downloadgit-cd9da15a85bfbcb0bddc799e5fe6bed50644f269.zip
git-cd9da15a85bfbcb0bddc799e5fe6bed50644f269.tar.gz
git-cd9da15a85bfbcb0bddc799e5fe6bed50644f269.tar.bz2
Start the 2.43 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.43.0.txt30
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 32 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
new file mode 100644
index 0000000..3a4cd42
--- /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).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2c8dae3..9f0307d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.42.0
+DEF_VER=v2.42.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 0527f30..278cea3 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.42.0.txt \ No newline at end of file
+Documentation/RelNotes/2.43.0.txt \ No newline at end of file