aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-13/+16
* Use try-with-resource to close resources in ObjectDatabaseMatthias Sohn2015-04-041-8/+2
* Remove AutoCloseable from internal PackFile and friendsShawn Pearce2015-03-091-1/+1
* Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-091-1/+1
* Improve Javadoc for typeHint parameterRobin Stocker2013-11-141-3/+4
* 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