mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-22 06:07:39 +00:00
Ignores allow unescapes internal whitespace
This commit is contained in:
parent
cfc17dc41b
commit
9939e602d8
@ -28,6 +28,8 @@ static int parse_ignore_file(
|
|||||||
GITERR_CHECK_ALLOC(match);
|
GITERR_CHECK_ALLOC(match);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
match->flags = GIT_ATTR_FNMATCH_ALLOWSPACE;
|
||||||
|
|
||||||
if (!(error = git_attr_fnmatch__parse(
|
if (!(error = git_attr_fnmatch__parse(
|
||||||
match, ignores->pool, context, &scan)))
|
match, ignores->pool, context, &scan)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user