aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+0
* TreeWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-4/+16
* TreeWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-4/+1
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+17
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-3/+7
* Suppress unused and unchecked warningsKevin Sawicki2011-11-031-0/+2
* Changed TreeWalk.forPath(...) to work with recursive paths.Jesse Greenwald2011-02-171-8/+22
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-3/+5
* Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-021-2/+4
* Make forPath(ObjectReader) variant in TreeWalkShawn O. Pearce2010-07-271-8/+40
* Merge branch 'delta'Shawn O. Pearce2010-07-221-19/+37
|\
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-19/+36
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+3
* | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-0/+4
* | Deprecate all of the older Tree related codeShawn O. Pearce2010-07-071-1/+1
|/
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-21/+21
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+921