Skip to content

Commit 2d96d42

Browse files
committed
Sync with 'master'
2 parents 626c52a + cd9da15 commit 2d96d42

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Git v2.43 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
6+
* A message written in olden time prevented a branch from getting
7+
checked out saying it is already checked out elsewhere, but these
8+
days, we treat a branch that is being bisected or rebased just like
9+
a branch that is checked out and protect it. Rephrase the message
10+
to say that the branch is in use.
11+
12+
* Hourly and other schedule of "git maintenance" jobs are randomly
13+
distributed now.
14+
15+
16+
Performance, Internal Implementation, Development Support etc.
17+
18+
* TBD.
19+
20+
21+
Fixes since v2.42
22+
-----------------
23+
24+
* Overly long label names used in the sequencer machinery are now
25+
chopped to fit under filesystem limitation.
26+
(merge ac300bda10 mp/rebase-label-length-limit later to maint).
27+
28+
* Other code cleanup, docfix, build fix, etc.
29+
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
30+
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.42.0
4+
DEF_VER=v2.42.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.42.0.txt
1+
Documentation/RelNotes/2.43.0.txt

0 commit comments

Comments
 (0)