aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add basic support for .gitattributesArthur Daussy2015-01-071-0/+160
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+25
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-2/+2
* Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-231-0/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-3/+3
* Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-041-0/+14
* IndexDiffFilter should never filter entries with stage!=0Christian Halstrick2014-08-021-1/+5
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-0/+2
* Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-292-2/+2
* [findBugs] Declare some private methods of WorkingTreeIterator staticMatthias Sohn2014-03-051-6/+6
* Merge branch 'stable-3.3'Matthias Sohn2014-03-051-14/+7
|\