aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Cleanup stream usage WRT filtersMarkus Duft2018-03-031-2/+2
* Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-251-2/+2
* WorkingTreeIterator: Fix warnings about variable hidingDavid Pursehouse2018-02-251-4/+4
* WorkingTreeIterator: Add NON-NLS suppressionsDavid Pursehouse2018-02-251-3/+3
* Fix processing of gitignore negationsMarc Strapetz2018-02-231-33/+106
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+1
* Basic submodule merge handlingDavid Turner2018-02-042-3/+20
* WorkingTreeIterator should pass FS to submodulesMarc Strapetz2017-12-301-1/+2
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+2
* Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-2021-243/+476
* TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-152-9/+7
* TreeWalk: Fix indentationDavid Pursehouse2017-11-151-2/+2
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-6/+2
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* NameConflictTreeWalk: Mark repo param @NullableDave Borowitz2017-04-041-1/+2
* Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-286-11/+176
* Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-261-10/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-7/+7
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-198-0/+11
* Organize importsDavid Pursehouse2016-11-143-3/+3
* Move constants used for config-files to ConfigConstantsChristian Halstrick2016-10-231-3/+5
* Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-112-8/+31
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-14/+3
* Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-201-1/+17
* Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+14
* Don't check lastModified, length on folders for submodulesChristian Halstrick2016-08-241-3/+13
* Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-1/+1
* Fix computation of id in WorkingTreeIterator with autocrlf and smudgingChristian Halstrick2016-05-232-14/+63
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-055-10/+88
* Add missing @Deprecated annotationJonathan Nieder2016-03-111-0/+1
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-15/+168
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-074-71/+191
* Add Attribute Macro ExpansionIvan Motsch2016-02-112-223/+110
* TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)Shawn Pearce2016-01-201-10/+5
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-092-40/+9
* AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-294-4/+72
* Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-152-5/+8
* Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-5/+3
* Delay locating .gitattributes until requestedShawn Pearce2015-11-292-43/+73
* Fix performance regression in CanonicalTreeParserShawn Pearce2015-11-271-15/+12
* Add support for clean filtersChristian Halstrick2015-11-272-8/+143
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-271-18/+23
* Add an attribute accessor to CanonicalTreeParser and use it in TreewalkChristian Halstrick2015-11-184-71/+110
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-183-77/+283
* Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-4/+7
* Delete deprecated WorkingTreeIterator.isModified(DirCacheEntry, boolean)Matthias Sohn2015-06-031-27/+0
* Fix potential null pointer access in IndexDiffFilterMatthias Sohn2015-05-261-1/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+0
* IndexDiffFilter: Simplify a boolean expressionSebastian Schuberth2015-05-081-1/+1
* TreeWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-4/+16