aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Delete deprecated WorkingTreeIterator.isModified(DirCacheEntry, boolean)Matthias Sohn2015-06-031-27/+0
* Fix potential null pointer access in IndexDiffFilterMatthias Sohn2015-05-261-1/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+0
* IndexDiffFilter: Simplify a boolean expressionSebastian Schuberth2015-05-081-1/+1
* 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
* Add basic support for .gitattributesArthur Daussy2015-01-071-0/+160
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+25
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-2/+2
* Initialize 'pathLen' field also for empty directoriesAndrey Loskutov2014-10-231-0/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-3/+3
* Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg2014-09-041-0/+14
* IndexDiffFilter should never filter entries with stage!=0Christian Halstrick2014-08-021-1/+5
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-0/+2
* Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-292-2/+2
* [findBugs] Declare some private methods of WorkingTreeIterator staticMatthias Sohn2014-03-051-6/+6
* Merge branch 'stable-3.3'Matthias Sohn2014-03-051-14/+7
|\
| * Avoid an NPE after 7b01a5369210Robin Rosenberg2014-03-011-1/+2
| * Remove obsolete getRepositoryMethod from WorkingTreeIteratorRobin Rosenberg2014-02-281-9/+0
| * Fix NPE when WorkingTreeIterator does not have a repository setRobin Rosenberg2014-02-281-4/+5
* | Add missing @Deprecated to deprecated fields and methodsShawn Pearce2014-03-031-0/+1
|/
* Normalize paths on OS XRobin Rosenberg2014-02-122-7/+8
* Recognize symlinks in the FileTreeIteratorRobin Rosenberg2014-02-121-1/+3
* Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg2014-02-121-3/+33
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-121-46/+19
* Add symlink support to JGitRobin Rosenberg2014-02-103-20/+67
* Use the new FS.exists method in commonly occuring placesRobin Rosenberg2014-02-102-2/+2
* Fix deprecated WTI#isModifiedRobin Rosenberg2014-02-101-1/+1
* Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg2014-02-031-1/+1
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-022-9/+81
* Do not report ignored directories as untrackedMatthias Sohn2014-01-191-2/+3
* Improve documentation of PathSuffixFilterRobin Stocker2013-07-211-3/+11
* Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilterRobin Stocker2013-07-081-3/+7
* Refer to getEntryPathLength in docs of getEntryPathBufferRobin Stocker2013-04-271-1/+8
* Add a constant for info/excludeRobin Rosenberg2013-04-081-2/+2
* Fix PathFilterGroup not to throw StopWalkException too earlyRobin Rosenberg2013-04-031-0/+13
* Add missing @since tagsMatthias Sohn2013-03-221-1/+1
* Improve the documentation of the ByteArraySet used by PathFilterGroupRobin Rosenberg2013-02-221-4/+12
* Merge branch 'stable-2.3'Matthias Sohn2013-02-211-1/+1
|\
| * Fix false positives in hashing used by PathFilterGroupRobin Stocker2013-02-201-1/+1
* | Implement core.checkstat = minimalRobin Rosenberg2013-02-102-5/+29
|/
* Merge changes Ife0cc2da,If38507efRobin Rosenberg2013-01-282-30/+387
|\
| * Speed up PathFilterGroup for large sets of pathsRobin Rosenberg2013-01-212-30/+387
* | Enable marking entries using TreeFilters in DiffEntryRobin Stocker2013-01-231-0/+122
|/
* Define a tree filter for user-visible changes between two indexesRobin Rosenberg2013-01-151-0/+105
* Merge "Revert "Speed up PathFilterGroup.include for large set of paths""Robin Rosenberg2013-01-091-55/+15
|\
| * Revert "Speed up PathFilterGroup.include for large set of paths"Robin Rosenberg2013-01-091-55/+15
* | Merge "Consider that some Java version on Linux only return integral timestamps"Robin Rosenberg2013-01-081-1/+4
|\ \ | |/ |/|