Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] special character escaping in .gitattributes/.gitignore patterns

Hello all!

.gitgnore and .gitattributes patterns support escaping of special characters.
For example, "\[ab\]" matches "[ab]".

Currently FileNameMatcher doesn't support this possibility.

Please review my patch and accept at least my tests:
http://egit.eclipse.org/r/#change,4324


Back to the top