aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-172-18/+125
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-172-18/+125
| | | |\|
| | | | * WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-172-18/+125
* | | | | Remove an old work-around for core.autocrlf = inputThomas Wolf2019-09-121-36/+2
|/ / / /
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-101-2/+3
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-101-2/+3
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-101-2/+3
| | |\|
| | | * Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMALMatthias Sohn2019-09-101-2/+3
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-211-0/+3
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-211-0/+3
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-211-0/+3
| | |\|
| | | * Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn2019-08-211-0/+3
* | | | Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-1/+1
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-21/+55
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-082-21/+55
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-082-21/+55
| | |\|
| | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-21/+55
| | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-1/+3
* | | | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-111-10/+15
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-161-8/+4
* | | | Use jdk 5 for loopCarsten Hammer2019-04-132-12/+6
|/ / /
* / / Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-1/+64
|/ /
* | Fix IndexDiffs for git linksThomas Wolf2018-11-261-1/+1
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+3
|/
* Fix replacement quoting for replaceAll in filter commandMarkus Duft2018-09-101-1/+3
* 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