aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/notes/Note.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix javadoc in org.eclipse.jgit nls and notes packageMatthias Sohn2017-12-191-2/+9
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-0/+1
* Exposed the constructor of Note classSasa Zivkov2011-01-251-1/+1
* NoteMap implements Iterable<Note>Sasa Zivkov2011-01-051-2/+3
* Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-111-0/+78