]> source.dussan.org Git - jgit.git/commit
Fix broken TagCommand API 02/5302/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 9 Mar 2012 11:03:20 +0000 (12:03 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 5 Apr 2012 22:52:20 +0000 (00:52 +0200)
commitfd53b454f230d70a319f32f6d5524268e0338ca6
tree86e5b778f3ee43a856f546e03ec114b7d398352b
parente0531ace35b9c8eca9ded0a7b1540de3c49dbde6
Fix broken TagCommand API

Tags can be un-annotated whereby there is no RevTag object, only
a ref pointing to the tagged object.

Bug: 360650
Change-Id: I06309c45c0a896fe2a0a874700febf78c9fb87e8
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Tag.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/BranchCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/FetchCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PushCommandTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/TagCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/ListTagCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/TagCommand.java