aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* Use 5 MiB for RevWalk default limitShawn O. Pearce2010-09-021-12/+3
* Use limited getCachedBytes in RevWalkShawn O. Pearce2010-08-256-48/+78
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-202-31/+204
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-205-3/+28
* Add a public RevTag.parse() methodShawn O. Pearce2010-08-201-0/+53
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+48
* Make Tag class only for writingShawn O. Pearce2010-08-201-12/+0
* Make Commit class only for writingShawn O. Pearce2010-08-201-13/+0
* Try really hard to load a commit or tagShawn O. Pearce2010-08-201-1/+25
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-10/+0
* Fix RevCommitList to work with subclasses of RevWalkMatthias Sohn2010-08-131-6/+2
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-2/+2
* Merge branch 'delta'Shawn O. Pearce2010-07-228-52/+109
|\
| * Add path hash code to ObjectWalkShawn O. Pearce2010-07-091-0/+12
| * Avoid unbounded getCachedBytes during parseAnyShawn O. Pearce2010-07-031-3/+2
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-288-26/+66
| * Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-282-2/+2
| * Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-282-11/+2
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-3/+3
| * Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-231-10/+25
* | Merge branch 'js/rename'Shawn O. Pearce2010-07-162-1/+165
|\ \
| * | log: Implement --followShawn O. Pearce2010-07-032-1/+165
| |/
* / Deprecate all of the older Tree related codeShawn O. Pearce2010-07-071-0/+45
|/
* Externalize strings from JGitSasa Zivkov2010-05-1913-29/+48
* Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-1/+1
* s/StringBuffer/StringBuilder as appropriate where no concurrency is neededKarthik K2010-03-112-2/+2
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-18/+23
* Ensure the tree parser resets in ObjectWalkShawn O. Pearce2010-02-021-0/+2
* Correct ObjectWalk error message when bad object is foundShawn O. Pearce2010-02-021-3/+3
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-3123-108/+108
* Document protected members of RevObjectListShawn O. Pearce2009-10-021-0/+11
* Make it possible to clear a PlotCommitListJonas Fonseca2009-10-011-4/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2942-0/+7833