aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug printouts from PathFilterGroupTestRobin Rosenberg2013-01-301-2/+0
* Merge changes Ife0cc2da,If38507efRobin Rosenberg2013-01-282-0/+446
|\
| * Speed up PathFilterGroup for large sets of pathsRobin Rosenberg2013-01-211-0/+256
| * Add test case for PathFilterGroupRobin Rosenberg2013-01-211-0/+190
* | Attempt to stabilize FileTreeIterator test on WindowsRobin Rosenberg2013-01-231-1/+3
|/
* Define a tree filter for user-visible changes between two indexesRobin Rosenberg2013-01-151-0/+199
* Declare essentially static methods as staticRobin Rosenberg2012-12-273-3/+4
* Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-283-57/+29
* Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-061-0/+41
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-1/+1
* Fix idOffset when the working tree iterator matches a dircache entryRobin Rosenberg2012-08-151-0/+25
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-3/+6
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-211-0/+22
* Provide an id for submodule entries.Kevin Sawicki2011-11-041-0/+171
* Changed TreeWalk.forPath(...) to work with recursive paths.Jesse Greenwald2011-02-171-0/+147
* [findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn2011-01-281-6/+4
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3111-13/+167
* Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-141-0/+21
* Add further unit tests for IndexDiffFilterPhilipp Thun2010-12-091-22/+519
* Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-091-0/+100
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-083-9/+9
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-074-9/+5
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-1/+2
* Support core.autocrlf = inputShawn O. Pearce2010-09-072-2/+4