aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/AbstractTreeIterator.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-4/+2
|\
| * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-091-4/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-8/+8
* Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-201-25/+55
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-0/+9
* Add Attribute Macro ExpansionIvan Motsch2016-02-111-2/+9
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-18/+4
* AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-0/+8
* Delay locating .gitattributes until requestedShawn Pearce2015-11-291-0/+36
* Add an attribute accessor to CanonicalTreeParser and use it in TreewalkChristian Halstrick2015-11-181-0/+8
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-3/+3
* Refer to getEntryPathLength in docs of getEntryPathBufferRobin Stocker2013-04-271-1/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+2
* AbstractTreeIterator: Add toString with entry pathRobin Stocker2012-10-201-0/+5
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-3/+17
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-14/+42
* Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-021-0/+3
* Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-011-0/+16
* Merge branch 'delta'Shawn O. Pearce2010-07-221-13/+29
|\
| * Add path hash code to ObjectWalkShawn O. Pearce2010-07-091-0/+18
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-12/+10
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
* | Remove gitIgnoreTimestamp from abstract iterator APIShawn O. Pearce2010-07-201-30/+0
* | Add compatibility with gitignore specificationsCharley Wang2010-07-131-0/+31
|/
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-12/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+595