Skip to content

Commit cd3e606

Browse files
committed
Git 2.34
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a288957 commit cd3e606

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Documentation/RelNotes/2.34.0.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ UI, Workflows & Features
1515
location relative to Git installation (e.g. its $sharedir which is
1616
$(prefix)/share), with "%(prefix)".
1717

18-
* Use `ort` instead of `recursive` as the default merge strategy.
18+
* The `ort` strategy is used instead of `recursive` as the default
19+
merge strategy.
1920

2021
* The userdiff pattern for "java" language has been updated.
2122

@@ -390,7 +391,6 @@ Fixes since v2.33
390391
(merge 8252ec300e jc/branch-copy-doc later to maint).
391392

392393
* Squelch over-eager warning message added during this cycle.
393-
(merge 9e8fe7b1c7 jk/log-warn-on-bogus-encoding later to maint).
394394

395395
* Fix long-standing shell syntax error in the completion script.
396396
(merge 46b0585286 re/completion-fix-test-equality later to maint).
@@ -405,7 +405,6 @@ Fixes since v2.33
405405

406406
* One CI task based on Fedora image noticed a not-quite-kosher
407407
construct recently, which has been corrected.
408-
(merge 4b540cf913 vd/pthread-setspecific-g11-fix later to maint).
409408

410409
* "git pull --ff-only" and "git pull --rebase --ff-only" should make
411410
it a no-op to attempt pulling from a remote that is behind us, but
@@ -435,6 +434,5 @@ Fixes since v2.33
435434
(merge 8650c6298c ab/fix-make-lint-docs later to maint).
436435
(merge 1c720357ce ab/test-lib-diff-cleanup later to maint).
437436
(merge 6b615dbece ks/submodule-add-message-fix later to maint).
438-
(merge 82a57cd13f ma/doc-git-version later to maint).
439437
(merge 203eb8381a jc/doc-format-patch-clarify-auto-base later to maint).
440438
(merge 559664c792 ab/test-lib 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.34.0-rc2
4+
DEF_VER=v2.34.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)