diff options
author | Dave Borowitz <dborowitz@google.com> | 2015-02-27 15:08:50 -0800 |
---|---|---|
committer | Dave Borowitz <dborowitz@google.com> | 2015-02-27 16:26:39 -0800 |
commit | 12a55c34753669365d9e644e592d9d8c10e742f1 (patch) | |
tree | 3645792050648670ebd052b1c834364689850804 /org.eclipse.jgit/resources | |
parent | 900d7da8abd0dd1d7f79aba8a2ead69158d38539 (diff) | |
download | jgit-12a55c34753669365d9e644e592d9d8c10e742f1.tar.gz jgit-12a55c34753669365d9e644e592d9d8c10e742f1.zip |
Add an in-process pack transport for use in tests
This allows for testing arbitrary sets of push/fetch hooks (e.g.
PreReceiveHook) without depending on either an external protocol (e.g.
HTTP) or the local filesystem.
Change-Id: I4ba2fff9c8a484f990dea05e14b0772deddb7411
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 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 17ac8102d7..109027d936 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -525,6 +525,7 @@ transportProtoHTTP=HTTP transportProtoLocal=Local Git Repository transportProtoSFTP=SFTP transportProtoSSH=SSH +transportProtoTest=Test transportSSHRetryInterrupt=Interrupted while waiting for retry treeEntryAlreadyExists=Tree entry "{0}" already exists. treeFilterMarkerTooManyFilters=Too many markTreeFilters passed, maximum number is {0} (passed {1}) |