diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-08-20 15:18:25 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-08-20 17:38:53 -0700 |
commit | 707912b35d3375ea70808e176e028aa086d01451 (patch) | |
tree | 720f2af31a599e54a714e683f7385a1fc8fbb6b4 /org.eclipse.jgit/resources | |
parent | b46b635c0389e01a55b2f9c490e5b6c54a8ce640 (diff) | |
download | jgit-707912b35d3375ea70808e176e028aa086d01451.tar.gz jgit-707912b35d3375ea70808e176e028aa086d01451.zip |
Make Tag class only for writing
The Tag class now only supports the creation of an annotated tag
object. To read an annotated tag, applictions should use RevTag.
This permits us to have exactly one implementation, and RevTag's
is faster and more bug-free.
Change-Id: Ib573f7e15f36855112815269385c21dea532e2cf
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index faeb1d53f9..6744f548d3 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -352,7 +352,6 @@ truncatedHunkLinesMissingForAncestor=Truncated hunk, at least {0} lines missing truncatedHunkNewLinesMissing=Truncated hunk, at least {0} new lines is missing truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing unableToCheckConnectivity=Unable to check connectivity. -unableToLockTag=Unable to lock tag {0} unableToStore=Unable to store {0}. unableToWrite=Unable to write {0} unencodeableFile=Unencodeable file: {0} |