0

我正在尝试使用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
4

0 回答 0