summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources/org
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2010-07-03 17:32:47 -0700
committerShawn O. Pearce <spearce@spearce.org>2010-07-03 17:32:47 -0700
commit8a0c58394db1bdea64737ed683d6c32639e567d9 (patch)
tree2107eb2f5a5685eb687c6ccdfefd68e8c92b1c03 /org.eclipse.jgit/resources/org
parentbd8740dc1440e5b2aca1464404182105b2dc1853 (diff)
downloadjgit-8a0c58394db1bdea64737ed683d6c32639e567d9.tar.gz
jgit-8a0c58394db1bdea64737ed683d6c32639e567d9.zip
log: Add whitespace ignore options
Similar to what we did with diff, implement whitespace ignore options for log too. This requires us to define some means of creating any RawText object type at will inside of DiffFormatter, so we define a new factory interface to construct RawText instances on demand. Unfortunately we have to copy the entire block of common options. args4j only processes the options/arguments on the one command class and Java doesn't support multiple inheritance. Change-Id: Ia16cd3a11b850fffae9fbe7b721d7e43f1d0e8a5 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 afe7a8c05e..50fadfa812 100644
--- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
+++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
@@ -6,6 +6,7 @@ JRELacksMD5Implementation=JRE lacks MD5 implementation
URINotSupported=URI not supported: {0}
URLNotFound={0} not found
aNewObjectIdIsRequired=A NewObjectId is required.
+abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative.
advertisementCameBefore=advertisement of {0}^{} came before {1}
advertisementOfCameBefore=advertisement of {0}^{} came before {1}
amazonS3ActionFailed={0} of '{1}' failed: {2} {3}