aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-155-5/+5
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-6/+7
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-4/+4
* Cleanup: Organize importsMatthias Sohn2017-08-301-8/+8
* Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-281-0/+360
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-194-0/+10
* Merge FileTreeIteratorJava7Test into FileTreeIteratorTestDavid Pursehouse2017-01-302-208/+154
* Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-241-1/+1
* Fix unclosed resource warnings in FileTreeIteratorTestMatthias Sohn2016-07-071-29/+30
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-3/+39
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-5/+85
* ForPathTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-11/+12
* InterIndexDiffFilterTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-32/+37
* PathSuffixFilterTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-121-9/+10
* PostOrderTreeWalkTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-121-81/+81
* TreeFilterTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-051-9/+12
* TreeWalkJava7Test: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-051-8/+9
* FileTreeIteratorTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-261-195/+204
* Merge branch 'master' into stable-4.2Matthias Sohn2016-01-212-72/+155
|\
| * Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-191-39/+38
| * Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-151-38/+39
| * Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-091-39/+38
| * Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-151-6/+37
| * Add tests for PathFilterGroup.SingleJonathan Nieder2015-12-151-33/+86
* | FileTreeIteratorJava7Test: Create Git instances in try-with-resourceDavid Pursehouse2016-01-201-32/+38
|/
* Delay locating .gitattributes until requestedShawn Pearce2015-11-291-0/+41
* Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-212-0/+3
* Replace deprecated release() methods by close()Matthias Sohn2015-05-214-156/+153
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-232-0/+271
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-191-1/+1
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-181-1/+1
| |\
| | * Replace "a." with "a-" in unit testsShawn Pearce2014-12-181-1/+1
* | | Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-271-2/+2
* | | Deprecate checkoutEntry without ObjectReaderShawn Pearce2014-11-241-2/+2
* | | Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-231-0/+37
|/ /
* / IndexDiffFilter should never filter entries with stage!=0Christian Halstrick2014-08-021-0/+25
|/
* Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on WindowsRobin Rosenberg2014-04-061-0/+5
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-121-1/+1
* Add symlink support to JGitRobin Rosenberg2014-02-101-1/+4
* Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg2014-02-031-1/+14
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-3/+9
* Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-0/+10
* Refactor PathSuffixFilterTest to remove duplicationRobin Stocker2013-07-081-61/+31
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-3/+3
* Fix PathFilterGroup not to throw StopWalkException too earlyRobin Rosenberg2013-04-031-1/+11
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Fix false positives in hashing used by PathFilterGroupRobin Stocker2013-02-201-0/+13
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-0410-10/+10
* Remove PathFilterGroupTest2Robin Rosenberg2013-01-301-254/+0