aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/notes
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-3/+3
* 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-213-6/+6
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-043-3/+3
* Add shortening of note ref names to NoteMapKevin Sawicki2011-05-231-0/+8
* Exposed the constructor of Note classSasa Zivkov2011-01-251-58/+58
* Merging Git notesSasa Zivkov2011-01-092-0/+658
* NoteMap implements Iterable<Note>Sasa Zivkov2011-01-051-0/+87
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-312-5/+44
* 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-122-0/+325
* Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-111-0/+201