summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources/org
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2010-07-03 16:58:37 -0700
committerShawn O. Pearce <spearce@spearce.org>2010-07-03 16:58:37 -0700
commit5be90be996551302d59a07ea49af5e5b9fed1cb3 (patch)
tree5b2cce7f092c151e25530f0db28af81e8947edb0 /org.eclipse.jgit/resources/org
parent04a9d23b9ad1a49b81d6ffb0e5cf7637ba2c6d27 (diff)
downloadjgit-5be90be996551302d59a07ea49af5e5b9fed1cb3.tar.gz
jgit-5be90be996551302d59a07ea49af5e5b9fed1cb3.zip
Redo DiffFormatter API to be easier to use
Passing around the OutputStream and the Repository is crazy. Instead put the stream in the constructor, since this formatter exists only to output to the stream, and put the repository as a member variable that can be optionally set. Change-Id: I2bad012fee7f40dc1346700ebd19f1e048982878 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-rw-r--r--org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties1
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 a8b9a33a48..afe7a8c05e 100644
--- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
+++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
@@ -301,6 +301,7 @@ renamesAlreadyFound=Renames have already been found.
renamesFindingByContent=Finding renames by content similarity
renamesFindingExact=Finding exact renames
repositoryAlreadyExists=Repository already exists: {0}
+repositoryIsRequired=Repository is required.
repositoryNotFound=repository not found: {0}
requiredHashFunctionNotAvailable=Required hash function {0} not available.
resolvingDeltas=Resolving deltas