自定义合并驱动程序无法在GitKraken中运行

时间:2017-04-13 07:56:29

标签: git merge git-merge gitkraken three-way-merge

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

0 个答案:

没有答案