diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-01-02 08:40:02 -0800 |
---|---|---|
committer | Kevin Sawicki <kevin@github.com> | 2012-01-02 08:40:02 -0800 |
commit | 1a2ca5b811916013f79fdf2adb08502b872f315c (patch) | |
tree | f616e6c2797e94c3660705b2270931726a3cdcb5 /org.eclipse.jgit/resources/org/eclipse/jgit | |
parent | 5d95cd9418a20ff72930d4549429d778181eb9ed (diff) | |
download | jgit-1a2ca5b811916013f79fdf2adb08502b872f315c.tar.gz jgit-1a2ca5b811916013f79fdf2adb08502b872f315c.zip |
Skip a number commits before starting to show the commit output
Change-Id: Id2666d897d29b6371f7a6cf241cfda02964b4971
Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse/jgit')
-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 133dd17bad..a80e6bcae5 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -413,6 +413,7 @@ shortSkipOfBlock=Short skip of block. signingNotSupportedOnTag=Signing isn't supported on tag operations yet. similarityScoreMustBeWithinBounds=Similarity score must be between 0 and 100. sizeExceeds2GB=Path {0} size {1} exceeds 2 GiB limit. +skipMustBeNonNegative=skip must be >= 0 smartHTTPPushDisabled=smart HTTP push disabled sourceDestinationMustMatch=Source/Destination must match. sourceIsNotAWildcard=Source is not a wildcard. |