diff options
author | Saša Živkov <sasa.zivkov@sap.com> | 2014-01-30 15:04:43 +0100 |
---|---|---|
committer | Saša Živkov <sasa.zivkov@sap.com> | 2014-02-25 14:20:31 +0100 |
commit | 0d05e5d26ce362b4b8c06e6b847fa93730065b48 (patch) | |
tree | e80676a3090b0492f70a557d48eba73193f231a3 /org.eclipse.jgit/resources | |
parent | 18b030bcb5c9c60e48df17ab128005829940e117 (diff) | |
download | jgit-0d05e5d26ce362b4b8c06e6b847fa93730065b48.tar.gz jgit-0d05e5d26ce362b4b8c06e6b847fa93730065b48.zip |
Possibility to limit the max pack size on receive-pack
The maxPackSizeLimit, when set, will reject a pack if it exceeds
that limit.
This feature is intended to provide a mechanism to control disk space
quota on Git repositories.
Change-Id: I83d8db670875c395f8171461b402083323e623a5
CQ: 7896
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index bb67c127a7..a5a5cf6c99 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -403,6 +403,8 @@ readingObjectsFromLocalRepositoryFailed=reading objects from local repository fa readTimedOut=Read timed out after {0} ms receivePackObjectTooLarge1=Object too large, rejecting the pack. Max object size limit is {0} bytes. receivePackObjectTooLarge2=Object too large ({0} bytes), rejecting the pack. Max object size limit is {1} bytes. +receivePackInvalidLimit=Illegal limit parameter value {0} +receivePackTooLarge=Pack exceeds the limit of {0} bytes, rejecting the pack receivingObjects=Receiving objects refAlreadyExists=already exists refAlreadyExists1=Ref {0} already exists |