aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes/NoteMap.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc in org.eclipse.jgit nls and notes packageMatthias Sohn2017-12-191-32/+31
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Add shortening of note ref names to NoteMapKevin Sawicki2011-05-231-0/+13
* Exposed the constructor of Note classSasa Zivkov2011-01-251-1/+15
* Merging Git notesSasa Zivkov2011-01-091-0/+22
* NoteMap implements Iterable<Note>Sasa Zivkov2011-01-051-1/+15
* Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-121-0/+15
* Add in-memory updating support to NoteMapShawn O. Pearce2010-11-121-0/+96
* Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-111-69/+15
* Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-111-0/+275