aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/FileTreeIteratorTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on WindowsRobin Rosenberg2014-04-061-0/+5
* 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
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Attempt to stabilize FileTreeIterator test on WindowsRobin Rosenberg2013-01-231-1/+3
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-061-0/+41
* 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
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+13
* Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-141-0/+21
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-5/+5
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-1/+2
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-5/+10
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+3
* Repository can be configured with FSMarc Strapetz2010-06-041-5/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+173