]> source.dussan.org Git - jgit.git/commit
Add TagCommand 93/1293/11
authorChris Aniszczyk <caniszczyk@gmail.com>
Thu, 12 Aug 2010 16:25:31 +0000 (11:25 -0500)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 27 Aug 2010 19:11:31 +0000 (21:11 +0200)
commitf54e883566970f4b9884755b9aedbee47b511010
tree74326f8fd09359fe6db79c2e8d6357810affce42
parent2059ed205ebdf1b6837077db6cea6d29a4fbcf4a
Add TagCommand

A tag command is added to the Git porcelain API. Tests were
also added to stress test the tag command.

Change-Id: Iab282a918eb51b0e9c55f628a3396ff01c9eb9eb
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/TagCommandTest.java [new file with mode: 0644]
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
org.eclipse.jgit/src/org/eclipse/jgit/api/InvalidTagNameException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/api/TagCommand.java [new file with mode: 0644]