aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/AddNoteCommand.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
* Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2018-03-031-4/+5
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-3/+11
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Silence warning for non-translatable String in AddNoteCommandMatthias Sohn2015-04-021-1/+1
* Use try-with-resources to fix warnings in AddNoteCommand Matthias Sohn2015-04-021-6/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-5/+2
* Add NotesCommand to the JGit APIChris Aniszczyk2011-04-101-0/+175