aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* Fix idOffset when the working tree iterator matches a dircache entryRobin Rosenberg2012-08-151-4/+10
* Use working tree iterator to compare file modesKevin Sawicki2012-06-051-17/+29
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Remove throws IOException declaration on filterCleanKevin Sawicki2012-05-101-1/+1
* Validate paths during DirCheckoutRobin Rosenberg2012-04-232-3/+25
* Enable large file supportRobin Rosenberg2012-04-181-1/+1
* Cleanup possiblyFilteredInputStream() in WorkingTreeIteratorRobin Rosenberg2012-04-061-29/+26
* Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-35/+72
* Move JGitText to an internal packageRobin Rosenberg2012-03-126-6/+6
* EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-2/+2
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-082-9/+7
* Support more of AutoCRLFRobin Rosenberg2012-01-101-2/+9
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-032-2/+31
* Stream left open in WorkingTreeIterator#filterCleanTomasz Zarna2011-12-061-1/+5
* Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-101-2/+79
* Provide an id for submodule entries.Kevin Sawicki2011-11-042-3/+70
* Suppress unused and unchecked warningsKevin Sawicki2011-11-031-0/+2
* Extend IndexDiff to calculate ignored files and foldersJens Baumgart2011-10-051-2/+20
* Add varargs version of PathFilterGroup.createFromStringsKevin Sawicki2011-09-301-0/+27
* Respect core.excludesfile to enable global ignore rules Matthias Sohn2011-02-231-3/+24
* Changed TreeWalk.forPath(...) to work with recursive paths.Jesse Greenwald2011-02-172-8/+32
* Reuse cached SHA-1 when computing from WorkingTreeIteratorShawn O. Pearce2011-02-031-0/+40
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-14/+42
* Introduce metaData compare between working tree and index entriesChristian Halstrick2011-01-211-32/+79
* Do not rely on filemode differences in case of symbolic linksPhilipp Thun2010-12-141-9/+13
* Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-092-0/+199
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-083-52/+22
* Removed unread parametersChristian Halstrick2010-12-081-16/+11
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-3/+5
* Move WorkingTreeIterator inherited state into an objectShawn O. Pearce2010-11-181-37/+40
* Name TreeFilter and MergeFilter implementationsShawn O. Pearce2010-11-181-4/+8
* Support core.autocrlf = inputShawn O. Pearce2010-09-072-6/+15
* Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFFShawn O. Pearce2010-09-025-2/+24
* Merge "Add reset() to AbstractTreeIterator API"Chris Aniszczyk2010-09-024-0/+36
|\
| * Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-014-0/+36
* | Add toString and improve Javadoc of NotIgnoredFilterShawn O. Pearce2010-09-011-13/+11
* | IndexDiff honors Index entries' "skipWorkTree" flag.Marc Strapetz2010-09-011-0/+96
|/
* Add openEntryStream to WorkingTreeIteratorShawn O. Pearce2010-08-231-0/+20
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-203-55/+267
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-0/+9
* Improve IndexDiff performanceJens Baumgart2010-08-121-0/+92
* Teach NameConflictTreeWalk to report DF conflictsChristian Halstrick2010-07-281-0/+35
* Make forPath(ObjectReader) variant in TreeWalkShawn O. Pearce2010-07-271-8/+40
* Merge branch 'delta'Shawn O. Pearce2010-07-226-89/+109
|\
| * Add path hash code to ObjectWalkShawn O. Pearce2010-07-091-0/+18
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-286-76/+87
| * Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-1/+1
| * Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-281-13/+2
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-253-11/+12
* | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-213-0/+150