aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-5/+11
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-222-2/+72
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1810-21/+21
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1518-86/+86
* Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-252-16/+37
* WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-reso...David Pursehouse2018-03-141-21/+13
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-12/+3
* Remove deprecated TreeWalk#getEolStreamTypeMatthias Sohn2018-03-101-16/+0
* Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS)Matthias Sohn2018-03-101-21/+0
* 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