52 Commits (next)

Author SHA1 Message Date
  Matthias Sohn b2bf9d4304 Remove duplicate copyright statements 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Thomas Wolf 563ec9ecb6 Close TreeWalks in tests 4 years ago
  Marc Strapetz aaf71bfbcc gitignore/gitattributes: fix matching of \r 6 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Thomas Wolf d7deda98d0 Skip ignored directories in FileTreeIterator 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  Matthias Sohn f0ab2d07b8 Remove deprecated IgnoreNode#isIgnored method 6 years ago
  David Pursehouse 5ef028ff4a IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNode 6 years ago
  Marc Strapetz 78420b7d0a Fix processing of gitignore negations 6 years ago
  Marc Strapetz 49cb6ba5dd PathMatcher: fix handling of **/ 6 years ago
  Marc Strapetz 372e04dcf3 CGitIgnoreTest: also test untracked files 6 years ago
  Dmitry Pavlenko 279eaf0690 Strings#convertGlob: fix escaping of patterns like [\[]. 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  David Pursehouse 8b159b6235 Make local assert methods private in test classes 6 years ago
  Thomas Wolf c91c20f36f Fix some tests for running in bazel 6 years ago
  Thomas Wolf d031b64667 Exclude file matching: fix backtracking on match failures after ** 6 years ago
  Thomas Wolf 08d4bef6b7 Add new tests for gitignore/gitattribute pattern matching 6 years ago
  Thomas Wolf b07db60908 Fix off-by-one error in Strings.count() 6 years ago
  Dmitry Pavlenko 843e444561 Fix matching ignores and attributes pattern of form a/b/**. 7 years ago
  Andrey Loskutov 619329c84e Ignore trailing spaces in directory rule patterns 7 years ago
  Shawn Pearce c221bd6c15 Fix unused throws CorruptObjectException from addTree 8 years ago
  Shawn Pearce c6f9c47fda Fix unused throws CorruptObjectException from addTree 8 years ago
  Andrey Loskutov eec37d2334 Fixed jgit test failures on Windows 8 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 63bc1d862d Consider original file mode while checking parent ignore rules 9 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 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
  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 9 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 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 11 years ago
  Marc Strapetz c87ae94c70 Fix IgnoreRule for directory-only patterns 13 years ago
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 years ago
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 14 years ago