diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2011-12-22 12:34:01 +0100 |
---|---|---|
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | 2011-12-23 13:38:07 +0100 |
commit | 248959146a383ecbcd6e55919a9595c3b3b7467d (patch) | |
tree | de380addd58b08fdcc6564fb962c0b899732c051 /org.eclipse.jgit/resources | |
parent | 160ffc9df122c80fe0772292424ebf22c5b9beb8 (diff) | |
download | jgit-248959146a383ecbcd6e55919a9595c3b3b7467d.tar.gz jgit-248959146a383ecbcd6e55919a9595c3b3b7467d.zip |
Limit the number of commits in LogCommand output
Bug: 316680
Change-Id: I88cf7aac6b5763cc94421433dd4bbd42f81e0e69
Diffstat (limited to 'org.eclipse.jgit/resources')
-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 2eb6857959..fc77abf88c 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -58,6 +58,7 @@ cannotListRefs=cannot list refs cannotLock=Cannot lock {0} cannotLockPackIn=Cannot lock pack in {0} cannotMatchOnEmptyString=Cannot match on empty string. +maxCountMustBeNonNegative=max count must be >= 0 cannotMoveIndexTo=Cannot move index to {0} cannotMovePackTo=Cannot move pack to {0} cannotOpenService=cannot open {0} |