aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-031-27/+0
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+3
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-18/+7
* Default for global (user) git ignore fileThomas Wolf2023-06-191-5/+23
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-9/+7
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-12/+37
* Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+6
* Fix the handling of .git/info/exclude and core.excludesFileThomas Wolf2022-07-151-15/+49
* Simplify implementation of WorkingTreeIteratorThomas Wolf2022-02-161-29/+16
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-1/+2
* 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
* 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-221-1/+1
|\|
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | 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-041-38/+5
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-14/+13
* Merge branch 'stable-5.5'Matthias Sohn2019-09-171-18/+13
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-171-18/+13
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-171-18/+13
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-171-18/+13
| | | |\
| | | | * WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-171-18/+13
* | | | | 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-081-20/+47
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-20/+47
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-20/+47
| | |\|
| | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-20/+47
* | | | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-111-10/+15
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-161-8/+4
|/ / /
* / / Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-1/+64
|/ /
* / Fix IndexDiffs for git linksThomas Wolf2018-11-261-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+3
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-221-1/+43
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-10/+10
* Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-251-2/+6
* 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
* Cleanup stream usage WRT filtersMarkus Duft2018-03-031-2/+2
* Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-251-2/+2