]> wimlib.net Git - wimlib/commitdiff
Adjust path matching
authorEric Biggers <ebiggers3@gmail.com>
Tue, 29 Apr 2014 19:13:41 +0000 (14:13 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 29 Apr 2014 19:17:32 +0000 (14:17 -0500)
- To get consistent behavior, always use own implementation in
  wildcard.c, not fnmatch() or PatchMatchSpec()
- Don't store prefix in capture config
- Don't allow non-rooted paths with multiple directory components (these
  could cause confusion)
- win32_apply.c: Match [PrepopulateList] patterns recursively


No differences found