109 Commits (32ff57a2b2b9480f4d374a2592fada7f720b124f)

Author SHA1 Message Date
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Matthias Sohn effc2f34b8 [findBugs] Declare some private methods of WorkingTreeIterator static 10 years ago
  Shawn Pearce fc8ff50e1a Add missing @Deprecated to deprecated fields and methods 10 years ago
  Robin Rosenberg abff667d40 Avoid an NPE after 7b01a5369210 10 years ago
  Robin Rosenberg 9508df3979 Remove obsolete getRepositoryMethod from WorkingTreeIterator 10 years ago
  Robin Rosenberg 7b01a53692 Fix NPE when WorkingTreeIterator does not have a repository set 10 years ago
  Robin Rosenberg 5a51779e84 Normalize paths on OS X 11 years ago
  Robin Rosenberg b434241e73 Recognize symlinks in the FileTreeIterator 11 years ago
  Robin Rosenberg 0b3a5ab817 Add special case to WorkingTreeIterator for matching unnormalized symlinks 11 years ago
  Robin Rosenberg 14cd43e6df Use fileAttributes to get more attributes in one go 10 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places 11 years ago
  Robin Rosenberg 239f237be2 Fix deprecated WTI#isModified 10 years ago
  Robin Rosenberg 871ee53b52 Reset internal state canonical length in WorkingTreeIterator when moving 10 years ago
  Robin Rosenberg 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 10 years ago
  Matthias Sohn 75b31767c4 Do not report ignored directories as untracked 11 years ago
  Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 10 years ago
  Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 10 years ago
  Robin Stocker c128100800 Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter 11 years ago
  Robin Stocker 7033179440 Improve documentation of PathSuffixFilter 11 years ago
  Robin Stocker 56ee811780 Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter 11 years ago
  Robin Stocker 664d738c9f Refer to getEntryPathLength in docs of getEntryPathBuffer 11 years ago
  Robin Rosenberg 0a824f5996 Add a constant for info/exclude 11 years ago
  Robin Rosenberg c9a94dc1ee Fix PathFilterGroup not to throw StopWalkException too early 11 years ago
  Matthias Sohn dd6f41e401 Add missing @since tags 11 years ago
  Robin Rosenberg 78606404de Improve the documentation of the ByteArraySet used by PathFilterGroup 11 years ago
  Robin Stocker 5d7b722f6e Fix false positives in hashing used by PathFilterGroup 11 years ago
  Robin Rosenberg 8a9074fe21 Implement core.checkstat = minimal 11 years ago
  Robin Stocker 75ddf2a0f4 Enable marking entries using TreeFilters in DiffEntry 12 years ago
  Robin Rosenberg 522fc6a9c6 Speed up PathFilterGroup for large sets of paths 11 years ago
  Robin Rosenberg 5213f6e2e8 Define a tree filter for user-visible changes between two indexes 11 years ago
  Robin Rosenberg bc07097ebe Revert "Speed up PathFilterGroup.include for large set of paths" 11 years ago
  Robin Rosenberg 576e5acdd0 Speed up PathFilterGroup.include for large set of paths 11 years ago
  Robin Rosenberg b7d11eace6 Consider that some Java version on Linux only return integral timestamps 11 years ago
  Robin Rosenberg 5c49b93191 Ignore removed files with an assume-valid index entry 11 years ago
  Shawn Pearce 0b6387fe7c Revert "Stop PathFilter after walking all matching paths" 11 years ago
  Dave Borowitz 75eb6a147f Stop PathFilter after walking all matching paths 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Robin Stocker 4213a91c97 Enable reuse of FileTreeIterator and FileEntry for non subclasses 11 years ago
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11 years ago
  Robin Stocker f54b74225c AbstractTreeIterator: Add toString with entry path 11 years ago
  Robin Rosenberg 45edb41a9e Fix for Iff768422c, use offset 0 when going back to work tree iterator 11 years ago
  Robin Rosenberg 342de38e57 Fix idOffset when the working tree iterator matches a dircache entry 12 years ago
  Kevin Sawicki 59a98b49d2 Use working tree iterator to compare file modes 12 years ago
  Matthias Sohn c394d05a47 Add missing @since tags to mark API added in 2.0 12 years ago
  Kevin Sawicki d72a459f93 Remove throws IOException declaration on filterClean 12 years ago
  Robin Rosenberg 42d7565ba9 Validate paths during DirCheckout 12 years ago
  Robin Rosenberg 9c5b31703f Enable large file support 12 years ago
  Robin Rosenberg 8f9c4ee41d Cleanup possiblyFilteredInputStream() in WorkingTreeIterator 12 years ago
  Robin Rosenberg 3f4725c179 Handle content length in WorkingTreeIterator 12 years ago