aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-6/+6
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-1/+29
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-24/+42
* Refactor alternate object databases below ObjectDirectoryShawn O. Pearce2010-06-251-269/+9
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-251-0/+11
* Added caching for loose object lookup during pack indexingConstantine Plotnikov2010-01-211-0/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+383