31 Commits (stable-4.5)

Author SHA1 Message Date
  Andrey Loskutov 619329c84e Ignore trailing spaces in directory rule patterns 7 years ago
  Andrey Loskutov 1a2b4e246d [ignore rules] fix for handling unmatched '[' brackets 8 years ago
  Andrey Loskutov 1abd51d953 [ignore rules] fix for backslash handling 8 years ago
  Andrey Loskutov 4b7daecf4a [ignore rules] Fix for character group matcher 8 years ago
  Andrey Loskutov 97ef1fe893 Properly support special regex characters in ignore rules 8 years ago
  Andrey Loskutov 4e7639bb65 Don't keep empty ignore rules in the ignore node list 9 years ago
  Andrey Loskutov dfed946f10 Allow leading/trailing spaces in ignore rules 9 years ago
  Andrey Loskutov b98c84eb88 Don't crash while parsing ignore patterns 9 years ago
  Andrey Loskutov 08641ea413 Allow leading literal '#' and '!' in ignore rules if they are escaped 9 years ago
  Andrey Loskutov 1d295cb7fb Don't trim trailing space if it is escaped with backslash 9 years ago
  Andrey Loskutov f19b1f2d07 Consider only escaping backslash for regular expressions in ignore rules 9 years ago
  Matthias Sohn ffdacc2bbb Delete deprecated class IgnoreRule 9 years ago
  Arthur Daussy c185484dcf Add basic support for .gitattributes 11 years ago
  Andrey Loskutov c053900c5b PathMatcher should respect "assumeDirectory" flag 9 years ago
  Andrey Loskutov 147e24a7b2 Consider parent rules if ignore rule is negated 9 years ago
  Andrey Loskutov 2c940fa18a Don't use java.util.regex for two simple wildcard cases 9 years ago
  Shawn Pearce 0cf902e473 Expand wildcard imports to specfic classes 9 years ago
  Andrey Loskutov 2f5a08798e Reimplementation of ignore rule parser 10 years ago
  Andrey Loskutov 3a161ac467 Small performance optimization for ignore rules/fnmatcher 10 years ago
  Andrey Loskutov 0307123e5a Added toString() methods for better debugging of ignore rules 10 years ago
  Robin Stocker f4dae204a6 Fix IgnoreRule#isMatch returning wrong result due to missing reset 10 years ago
  Robin Stocker 52ab578cd7 Don't treat "/" as valid ignore pattern 10 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11 years ago
  Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks 12 years ago
  Marc Strapetz c87ae94c70 Fix IgnoreRule for directory-only patterns 13 years ago
  Robin Stocker b52df1839a Use Character.valueOf instead of new Character 13 years ago
  Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 14 years ago
  Shawn O. Pearce 938943d674 Use proper constants for .gitignore and .git directory 14 years ago
  Shawn O. Pearce c59db09bc5 Remove gitIgnoreTimestamp from abstract iterator API 14 years ago
  Charley Wang b878cdcf6b Add compatibility with gitignore specifications 14 years ago