aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes/LeafBucket.java
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-21/+17
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-1/+4
* Exposed the constructor of Note classSasa Zivkov2011-01-251-2/+3
* Merging Git notesSasa Zivkov2011-01-091-2/+19
* Add insert(TreeFormatter) to ObjectInserterShawn O. Pearce2010-12-031-1/+1
* Remove unnecessary note fanout when removing notesShawn O. Pearce2010-11-121-0/+5
* Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-121-7/+38
* Add internal API for note iterationShawn O. Pearce2010-11-121-0/+24
* Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-121-0/+38
* Add in-memory updating support to NoteMapShawn O. Pearce2010-11-121-0/+30
* Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-111-0/+111