aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk/FileTreeIterator.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-031-6/+0
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-2/+2
* | 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-4/+2
* Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn2019-08-211-0/+3
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-1/+8
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-1/+3
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-221-1/+29
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-251-14/+31
* Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS)Matthias Sohn2018-03-101-21/+0
* Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-201-5/+9
* Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-111-0/+5
* Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-1/+33
* Add missing @Deprecated annotationJonathan Nieder2016-03-111-0/+1
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-15/+168
* Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-5/+3
* Normalize paths on OS XRobin Rosenberg2014-02-121-1/+2
* Recognize symlinks in the FileTreeIteratorRobin Rosenberg2014-02-121-1/+3
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-121-46/+19
* Add symlink support to JGitRobin Rosenberg2014-02-101-13/+40
* Use the new FS.exists method in commonly occuring placesRobin Rosenberg2014-02-101-1/+1
* Enable reuse of FileTreeIterator and FileEntry for non subclassesRobin Stocker2012-12-031-2/+11
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-1/+1
* Provide an id for submodule entries.Kevin Sawicki2011-11-041-0/+7
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-2/+2
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-12/+15
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-0/+9
* Merge branch 'delta'Shawn O. Pearce2010-07-221-2/+3
|\
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-2/+2
* | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-0/+11
* | Remove gitIgnoreTimestamp from abstract iterator APIShawn O. Pearce2010-07-201-5/+2
* | Add compatibility with gitignore specificationsCharley Wang2010-07-131-3/+23
|/
* Repository can be configured with FSMarc Strapetz2010-06-041-6/+15
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-2/+3
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+175