jgit: create a tag command
commitd1e8d37b1eee987ed4c899356973ffe868a25ade
authorRobin Rosenberg <robin.rosenberg.lists@dewire.com>
Sun, 6 Jul 2008 23:16:39 +0000 (7 01:16 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 6 Jul 2008 23:32:35 +0000 (6 19:32 -0400)
tree7a8b1524ca01a2e07c0f4df77ebee3f3ff60c571
parent6927eda61a3ff11e9a096f342078ebb020fc7d48
jgit: create a tag command

This command allows us to create simple or annotated tags.
PGP signed tags are not yet supported.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/pgm/Tag.java [new file with mode: 0644]