Eu configurei:
git config --global merge.tool meld
git config --global mergetool.meld.path c:/Progra~2/meld/bin/
Em "git mergetool" ele escreve:
Hit return to start merge resolution tool (meld):
The merge tool meld is not available as 'c:/Progra~2/meld/bin/'
Eu tentei também:
- / c / Progra ~ 2 / meld / bin /
- "/ c / Arquivos de programa (x86) / meld / bin /"
- "c: / Arquivos de programa (x86) / meld / bin /"
resultado é o mesmo.
quando vou para C: / Arquivos de programas (x86) / meld / bin / e executo
python meld
a ferramenta funciona.
.gitconfig
: marcin-chwedczuk.github.io/use-meld-as-git-merge-diff-tool
vimdiff
por meld
nesta resposta)