aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Provide default shallowCommits getter and setter in ObjectDatabaseRonald Bhuleskar2022-08-081-2/+15
* Fetch: add support for shallowRobin Müller2022-07-311-1/+22
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-0/+10
* Let ObjectDatabase implement AutoClosableMatthias Sohn2021-11-241-1/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* 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