Ignores allow unescapes internal whitespace

This commit is contained in:
Russell Belfer 2012-06-11 09:24:02 -07:00
parent cfc17dc41b
commit 9939e602d8

View File

@ -28,6 +28,8 @@ static int parse_ignore_file(
GITERR_CHECK_ALLOC(match);
}
match->flags = GIT_ATTR_FNMATCH_ALLOWSPACE;
if (!(error = git_attr_fnmatch__parse(
match, ignores->pool, context, &scan)))
{