aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/treewalk
Commit message (Expand)AuthorAgeFilesLines
* 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