He establecido:
git config --global merge.tool meld
git config --global mergetool.meld.path c:/Progra~2/meld/bin/
En "git mergetool" escribe:
Hit return to start merge resolution tool (meld):
The merge tool meld is not available as 'c:/Progra~2/meld/bin/'
También he probado:
- / c / Progra ~ 2 / meld / bin /
- "/ c / Archivos de programa (x86) / meld / bin /"
- "c: / Archivos de programa (x86) / meld / bin /"
el resultado es el mismo.
cuando voy a C: / Archivos de programa (x86) / meld / bin / y ejecuto
python meld
la herramienta funciona.
.gitconfig
: marcin-chwedczuk.github.io/use-meld-as-git-merge-diff-tool
vimdiff
con meld
en esta respuesta)