1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 05:36:10 +02:00
This commit is contained in:
Elijah Newren 2024-04-25 23:08:24 +00:00 committed by GitHub
commit b87c692e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,9 @@ method _start {} {
close $fh
set _last_merged_branch $branch
if {[git-version >= "2.5.0"]} {
if {[git-version >= "2.34.0"]} {
set cmd [list git merge --strategy=ort FETCH_HEAD]
} elseif {[git-version >= "2.5.0"]} {
set cmd [list git merge --strategy=recursive FETCH_HEAD]
} else {
set cmd [list git]