diffmerge
デフォルトの Unix ではなく、デフォルトの diff エディターとして使用するように git を設定したかったのdiff
です。
git config --global diff.external diffmerge
残念ながら、私がやったとき
git diff myfile.txt
DiffMerge から (ポップアップの形式で) 次のエラーが発生しました。
Unexpected parameter '100644'
Command Line Arguments:
[0]: /Applications/DiffMerge.app/Contents/MacOS/DiffMerge
[1]: --nosplash
[2]: myfile.txt
[3]: /var/folders/_r/xjwgmj811yq5x7n7mb9z0pzc0000gn/T//pNIOTmyfile.txt
[4]: 95cbe334d3ec607ca7f7bd3fd16d630271e9d0af
[5]: 100644
[6]: myfile.txt
[7]: 0000000000000000000000000000000000000000
[8]: 100644
私が間違っていることを教えてもらえますか?