aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] ByteArraySet: Add summary fragment to javadocIvan Frade2024-10-301-3/+9
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-032-33/+0
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+3
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-7/+10
* TreeRevFilter: correct changedPathFilter usage for multi-paths inclusionXing Huang2024-03-181-1/+1
* PathFilterGroup: implement getPathsBestEffort()Xing Huang2024-03-182-0/+19
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-18/+7
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] PathFilter#getPathsBestEffort: fix ArrayAsKeyOfSetOrMapMatthias Sohn2023-09-251-3/+3
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* RevWalk: use changed path filtersJonathan Tan2023-07-182-5/+30
* Default for global (user) git ignore fileThomas Wolf2023-06-191-5/+23
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1615-73/+21
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-12/+37
* Fix crashes on rare combination of file namesDmitrii Filippov2022-11-031-4/+19
* Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+6
* Refactor NameConflictTreeWalk.fastMin methodDmitrii Filippov2022-08-011-8/+16
* Rename fastMinHasMatch to allTreesNamesMatchFastMinRefDmitrii Filippov2022-08-011-8/+8
* Merge "Document TreeWalk#min()"Han-Wen NIenhuys2022-08-011-0/+8
|\
| * Document TreeWalk#min()Han-Wen Nienhuys2022-08-011-0/+8
* | NameConflictTreeWalk: respect git order on multi-tree iterationDmitrii Filippov2022-07-291-0/+22
|/
* Fix the handling of .git/info/exclude and core.excludesFileThomas Wolf2022-07-151-15/+49
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-29/+176
* Simplify implementation of WorkingTreeIteratorThomas Wolf2022-02-161-29/+16
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-1/+2
* Fix PathSuffixFilter: can decide only on full pathsThomas Wolf2021-06-211-1/+10
* Add TemporaryBuffer.toString(int limit)Matthias Sohn2021-05-091-2/+1
* IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-231-7/+13
* Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-261-2/+2
* [spotbugs] Fix potential NPE in WorkingTreeIterator#isModifiedMatthias Sohn2020-12-171-2/+4
* Add TypedConfigGetter.getPath()Thomas Wolf2020-09-251-9/+6
* IndexDiffFilter: handle path prefixes correctlyThomas Wolf2020-09-211-5/+6
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-171-1/+12
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-2/+5
|\
| * Handle non-normalized index also for executable filesThomas Wolf2020-03-251-2/+5
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-223-4/+4
|\|
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-192-3/+3
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Merge branch 'stable-5.7'Matthias Sohn2020-02-012-9/+6
|\ \
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-012-9/+6
| |\|
| | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-012-9/+6
| | |\
| | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-012-9/+6
| | | |\
| | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-012-9/+6
| | | | |\
| | | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-172-9/+6
| | | | | |\
| | | | | | * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
* | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
|/ / / / / /
* / / / / / Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0422-836/+110
|/ / / / /
* | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-174-24/+20
* | | | | Merge branch 'stable-5.5'Matthias Sohn2019-09-172-18/+125
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-172-18/+125
| |\| | |