Julian Foad
2018-12-06 10:15:18 UTC
https://issues.apache.org/jira/browse/SVN-4784
So what's up here? At what level is it ignored? Could we use indentation to solve the problem, and could it work even for the first line after the section header?
* if the pattern begins with a single caret "{{\^}}", remove that caret from the pattern;
* if the pattern begins with a double caret "{{\^\^}}", replace it with a single caret "{{\^}}".
Before we consider that, what about the following part of stsp's report?* if the pattern begins with a double caret "{{\^\^}}", replace it with a single caret "{{\^}}".
Indenting "[Dd]ockerfile" by one space...
[auto-props]
*.[Yy][Aa][Mm][Ll] = svn:needs-lock[...]
[Dd]ockerfile = svn:keywords=Date[...]
The above makes the dockerfile entry a continuation line for the previous line,
and this continuation line seems to be ignored.
[auto-props]
*.[Yy][Aa][Mm][Ll] = svn:needs-lock[...]
[Dd]ockerfile = svn:keywords=Date[...]
The above makes the dockerfile entry a continuation line for the previous line,
and this continuation line seems to be ignored.
--
- Julian
- Julian