aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Convert to lambda or member referenceCarsten Hammer2019-05-161-20/+17
* Skip some tests when the runtime cannot handle Unicode file pathsMasaya Suzuki2018-12-231-2/+18
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-1/+2
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-3/+5
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-2/+2
* Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-131-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-185-13/+13
* 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