Normally git -c merge.tool=gvimdiff mergetool
opens files to be merged on by one, in batch mode:
Normal merge conflict for '...':
{local}: modified file
{remote}: modified file
4 files to edit
... seems unchanged.
Was the merge successful? [y/n] n
merge of ... failed
Continue merging other unresolved paths (y/n) ? y
Normal merge conflict for '...':
{local}: modified file
{remote}: modified file
4 files to edit
modules ... seems unchanged.
Was the merge successful? [y/n] n
merge of modules ... failed
Continue merging other unresolved paths (y/n) ? n
How do I make it open all files at one, with tabs (like in gvim -p file1 file2
) that contain the four pane arrangement for each file to be merged?