We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34fe0a7 + b5f325c commit 9613644Copy full SHA for 9613644
lib/merge.tcl
@@ -112,12 +112,7 @@ method _start {} {
112
close $fh
113
set _last_merged_branch $branch
114
115
- set cmd [list git]
116
- lappend cmd merge
117
- lappend cmd --strategy=recursive
118
- lappend cmd [git fmt-merge-msg <[gitdir FETCH_HEAD]]
119
- lappend cmd HEAD
120
- lappend cmd $name
+ set cmd [list git merge --strategy=recursive FETCH_HEAD]
121
122
ui_status [mc "Merging %s and %s..." $current_branch $stitle]
123
set cons [console::new [mc "Merge"] "merge $stitle"]
0 commit comments