aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Check for racy git in WorkingTreeIteratorChristian Halstrick2010-07-201-11/+55
* | Remove gitIgnoreTimestamp from abstract iterator APIShawn O. Pearce2010-07-202-35/+2
* | Merge branch 'js/rename'Shawn O. Pearce2010-07-161-1/+6
|\ \
| * | log: Implement --followShawn O. Pearce2010-07-031-1/+6
| |/
* | Added dirty-detection to WorkingTreeIteratorChristian Halstrick2010-07-161-0/+70
* | Add compatibility with gitignore specificationsCharley Wang2010-07-132-3/+54
* | Deprecate all of the older Tree related codeShawn O. Pearce2010-07-071-1/+1
|/
* Repository can be configured with FSMarc Strapetz2010-06-041-6/+15
* Externalize strings from JGitSasa Zivkov2010-05-196-9/+16
* s/StringBuffer/StringBuilder as appropriate where no concurrency is neededKarthik K2010-03-113-3/+3
* Micro-optimize CanonicalTreeParser next() for ObjectWalkShawn O. Pearce2010-02-021-8/+14
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-152-3/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-3111-61/+61
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2914-0/+4099