aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369
* ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-132-4/+5
* RevWalk: Don't release during inMergeBase()Shawn O. Pearce2011-02-241-1/+0
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-1310-2/+107
* RevWalk: Don't reset ObjectReader when stoppingShawn O. Pearce2011-02-132-4/+0
* UploadPack: Donate parsed commits to PackWriterShawn O. Pearce2011-02-131-1/+21
* UploadPack: Avoid walking the entire project historyShawn O. Pearce2011-02-131-3/+37
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-3/+13
* ObjectWalk: Fix reset for non-commit objectsShawn O. Pearce2011-01-311-0/+11
* Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-281-140/+0
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-271-0/+140
* Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-1/+3
* Name TreeFilter and MergeFilter implementationsShawn O. Pearce2010-11-181-8/+16
* 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