]> source.dussan.org Git - jgit.git/commit
Add NotesCommand to the JGit API 70/2970/6
authorChris Aniszczyk <caniszczyk@gmail.com>
Tue, 29 Mar 2011 21:56:58 +0000 (16:56 -0500)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 11 Apr 2011 02:25:14 +0000 (21:25 -0500)
commite109529d6f7f9c69e6fe7e864b90cdcafe998cf0
treefd638fa4b5fa83ad35f7986f05895b6fd49dcf61
parent72c2203117feb161d66a5403790ba27e5029804f
Add NotesCommand to the JGit API

Bug: 334765
Change-Id: Ie0fb79671e7a741eb85651f507b8ade930bfcc20
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/NotesCommandTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/AddNoteCommand.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
org.eclipse.jgit/src/org/eclipse/jgit/api/ListNotesCommand.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/RemoveNoteCommand.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/ShowNoteCommand.java [new file with mode: 0644]