如何为其中带有空格的文件定义.gitattributes规则?

时间:2018-09-26 01:58:22

标签: git merge gitattributes

我已阅读documentation on .gitattributessearched Stack Overflow作为该问题的简单答案,但到目前为止尚未找到。我有一个这样的文件,里面有空格。

Reserved\ Slots.txt merge=mergeslots

我还尝试使用引号而不是转义空格。

"Reserved Slots.txt" merge=mergeslots

如何为其中包含空格的文件使用自定义合并驱动程序?

1 个答案:

答案 0 :(得分:0)

根据Whitespace in .gitattributes patterns使用

[[:space:]]
# as in
has[[:space:]]spaces