aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/CanonicalTreeParser.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Delay locating .gitattributes until requestedShawn Pearce2015-11-291-43/+37
* Fix performance regression in CanonicalTreeParserShawn Pearce2015-11-271-15/+12
* Add an attribute accessor to CanonicalTreeParser and use it in TreewalkChristian Halstrick2015-11-181-0/+61
* Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+8
* Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-021-0/+5
* Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-011-0/+6
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-40/+25
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-1/+1
* Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-281-13/+2
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-7/+7
* Micro-optimize CanonicalTreeParser next() for ObjectWalkShawn O. Pearce2010-02-021-8/+14
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+368