git config --global mergetool.bc3 "\"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\""
git mergetool
/usr/lib/git-core/git-mergetool--lib: line 116: bcompare: command not found
Это очень странно, потому что и ./.git/config
, и ~/.gitconfig
выглядят правильно.Ни один не перечисляет запись для bcompare
.Может git читать или сохранять конфигурацию из любого места, кроме .git/config
или ~/.gitconfig
?