aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes/NoteMap.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-1/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* 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-3/+3
* 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