aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/notes/NoteMapTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* NoteMapTest: Add missing @Test annotationsDave Borowitz2016-08-261-1/+7
* NoteMapTest: Open TreeWalk instances in try-with-resourceDavid Pursehouse2016-02-121-8/+12
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-2/+2
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Add shortening of note ref names to NoteMapKevin Sawicki2011-05-231-0/+8
* NoteMap implements Iterable<Note>Sasa Zivkov2011-01-051-0/+87
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-2/+27
* Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-121-0/+41
* Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-121-0/+106
* Add in-memory updating support to NoteMapShawn O. Pearce2010-11-121-0/+99
* Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-111-0/+201