Why the mergetool isn't opened when I use --3way on git apply? -


why fail use git apply -3 option :

$ git apply --3way /tmp/0001-my-patch.patch error: patch failed: a.h:9 falling three-way merge... applied patch 'a.h' cleanly. error: patch failed: b.c:6 falling three-way merge... applied patch 'b.c' cleanly. error: patch failed: drivers/kconfig:1882 falling three-way merge... applied patch 'drivers/kconfig' conflicts. u drivers/kconfig 

from documentation git apply:

--3way
when patch not apply cleanly, fall on 3-way merge

it looks 3way ignored if patch applies cleanly.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -