aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.1'Matthias Sohn2024-12-151-0/+3
|\
| * Fix potential NPE in TreeWalk#getFilterCommandDefinitionNasser Grainawi2024-12-101-0/+3
* | TreeWalk: Make a null check before dereferencing the config variable.jackdt@google.com2024-12-051-1/+4
|/
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+12
* Document TreeWalk#min()Han-Wen Nienhuys2022-08-011-0/+8
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-29/+176
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Use jdk 5 for loopCarsten Hammer2019-04-131-8/+4
* Fix replacement quoting for replaceAll in filter commandMarkus Duft2018-09-101-1/+3
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-18/+18
* Remove deprecated TreeWalk#getEolStreamTypeMatthias Sohn2018-03-101-16/+0
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+1
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+2
* Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-201-72/+119
* TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-151-4/+6
* TreeWalk: Fix indentationDavid Pursehouse2017-11-151-2/+2
* Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-281-1/+55
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Move constants used for config-files to ConfigConstantsChristian Halstrick2016-10-231-3/+5
* Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-201-1/+17
* 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-231-3/+17
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-1/+6
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-7/+82
* Add Attribute Macro ExpansionIvan Motsch2016-02-111-221/+101
* TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)Shawn Pearce2016-01-201-10/+5
* AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-4/+22
* Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-151-2/+5
* Add support for clean filtersChristian Halstrick2015-11-271-1/+76
* 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-181-12/+41
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-2/+268
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+0
* 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
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-3/+7
* Suppress unused and unchecked warningsKevin Sawicki2011-11-031-0/+2
* Changed TreeWalk.forPath(...) to work with recursive paths.Jesse Greenwald2011-02-171-8/+22
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-3/+5
* Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-021-2/+4