我已阅读documentation on .gitattributes和searched Stack Overflow作为该问题的简单答案,但到目前为止尚未找到。我有一个这样的文件,里面有空格。
Reserved\ Slots.txt merge=mergeslots
我还尝试使用引号而不是转义空格。
"Reserved Slots.txt" merge=mergeslots
如何为其中包含空格的文件使用自定义合并驱动程序?
答案 0 :(得分:0)
根据Whitespace in .gitattributes patterns使用
[[:space:]]
# as in
has[[:space:]]spaces