diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2011-08-17 15:12:07 +0200 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2011-08-21 13:18:52 -0700 |
commit | 5f787bfd628cab29e262a67da821579b420466f8 (patch) | |
tree | 30069c3bd6b66d02f08a82561e816847e8f25cef /org.eclipse.jgit/resources/org/eclipse | |
parent | 148595fb54265265a5409339d168ee2b8e2bfed1 (diff) | |
download | jgit-5f787bfd628cab29e262a67da821579b420466f8.tar.gz jgit-5f787bfd628cab29e262a67da821579b420466f8.zip |
Add DeleteTagCommand to JGit API
Bug: 353226
Change-Id: I54ae237cab792742333a249eb5a774d5e1775af8
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 9cc0e022ea..480a659c05 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -141,6 +141,7 @@ daemonAlreadyRunning=Daemon already running daysAgo={0} days ago deleteBranchUnexpectedResult=Delete branch returned unexpected result {0} deleteFileFailed=Could not delete file {0} +deleteTagUnexpectedResult=Delete tag returned unexpected result {0} deletingNotSupported=Deleting {0} not supported. destinationIsNotAWildcard=Destination is not a wildcard. detachedHeadDetected=HEAD is detached |