我正在尝试使用 merge-po 驱动程序https://github.com/mezis/git-whistles#merge-po来智能合并gettext生成的翻译* .po文件。
驱动程序在CLI中工作得很好(合并时没有冲突),但GitKraken完全忽略了自定义合并驱动程序设置(尝试了本地和全局)并产生了不必要的冲突。有没有办法直接在GitKraken中使用自定义合并驱动程序?
〜/的.gitconfig
[push]
followTags = true
[core]
attributesfile = ~/.gitattributes
[merge "pofile"]
name = custom merge driver for gettext po files
driver = git merge-po %O %A %B
〜/ .gitattributes
*.po merge=pofile
*.pot merge=pofile