Skip to content

Commit 71ca53e

Browse files
committed
Git 2.30
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f6bf36d commit 71ca53e

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

Documentation/RelNotes/2.30.0.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ UI, Workflows & Features
8181
* "git update-ref --stdin" learns to take multiple transactions in a
8282
single session.
8383

84-
* Various subcommands of "git config" that takes value_regex
85-
learn the "--literal-value" option to take the value_regex option
84+
* Various subcommands of "git config" that take value_regex
85+
learned the "--literal-value" option to take the value_regex option
8686
as a literal string.
8787

8888
* The transport layer was taught to optionally exchange the session
@@ -120,11 +120,11 @@ Performance, Internal Implementation, Development Support etc.
120120
test pieces to run.
121121

122122
* Adjust tests so that they won't scream when the default initial
123-
branch name is changed to 'main'.
123+
branch name is different from 'master'.
124124

125125
* Rewriting "git bisect" in C continues.
126126

127-
* More preliminary tests have been added to document desired outcome
127+
* More preliminary tests have been added to document desired outcomes
128128
of various "directory rename" situations.
129129

130130
* Micro clean-up of a couple of test scripts.
@@ -136,9 +136,6 @@ Performance, Internal Implementation, Development Support etc.
136136
* The code to detect premature EOF in the sideband demultiplexer has
137137
been cleaned up.
138138

139-
* Test scripts are being prepared to transition of the default branch
140-
name to 'main'.
141-
142139
* "git fetch --depth=<n>" over the stateless RPC / smart HTTP
143140
transport handled EOF from the client poorly at the server end.
144141

@@ -252,7 +249,7 @@ Fixes since v2.29
252249
(merge c779386182 jc/sequencer-stopped-sha-simplify later to maint).
253250

254251
* The code to see if "git stash drop" can safely remove refs/stash
255-
has been made more carerful.
252+
has been made more careful.
256253
(merge 4f44c5659b rs/empty-reflog-check-fix later to maint).
257254

258255
* "git log -L<range>:<path>" is documented to take no pathspec, but
@@ -299,7 +296,7 @@ Fixes since v2.29
299296
(merge 81c4c5cf2e jk/4gb-idx later to maint).
300297

301298
* Since jgit does not yet work with SHA-256 repositories, mark the
302-
tests that uses it not to run unless we are testing with ShA-1
299+
tests that use it not to run unless we are testing with ShA-1
303300
repositories.
304301
(merge ea699b4adc sg/t5310-jgit-wants-sha1 later to maint).
305302

@@ -337,7 +334,7 @@ Fixes since v2.29
337334
(merge 506ec2fbda tb/idx-midx-race-fix later to maint).
338335

339336
* "git apply" adjusted the permission bits of working-tree files and
340-
directories according core.sharedRepository setting by mistake and
337+
directories according to core.sharedRepository setting by mistake and
341338
for a long time, which has been corrected.
342339
(merge eb3c027e17 mt/do-not-use-scld-in-working-tree later to maint).
343340

@@ -363,7 +360,7 @@ Fixes since v2.29
363360
* Tighten error checking in the codepath that responds to "git fetch".
364361
(merge d43a21bdbb jk/check-config-parsing-error-in-upload-pack later to maint).
365362

366-
* "git pack-redandant" when there is only one packfile used to crash,
363+
* "git pack-redundant" when there is only one packfile used to crash,
367364
which has been corrected.
368365
(merge 0696232390 jx/pack-redundant-on-single-pack later to maint).
369366

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.30.0-rc2
4+
DEF_VER=v2.30.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)