aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/notes/NoteMapTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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