提交 9613644a 编写于 作者: P Pat Thoyts

Merge branch 'rs/use-modern-git-merge-syntax' into pu

...@@ -112,12 +112,7 @@ method _start {} { ...@@ -112,12 +112,7 @@ method _start {} {
close $fh close $fh
set _last_merged_branch $branch set _last_merged_branch $branch
set cmd [list git] set cmd [list git merge --strategy=recursive FETCH_HEAD]
lappend cmd merge
lappend cmd --strategy=recursive
lappend cmd [git fmt-merge-msg <[gitdir FETCH_HEAD]]
lappend cmd HEAD
lappend cmd $name
ui_status [mc "Merging %s and %s..." $current_branch $stitle] ui_status [mc "Merging %s and %s..." $current_branch $stitle]
set cons [console::new [mc "Merge"] "merge $stitle"] set cons [console::new [mc "Merge"] "merge $stitle"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册