From c0bb992845e6ba5df9f420739fe9075ed20e9ee2 Mon Sep 17 00:00:00 2001 From: Markus Duft Date: Fri, 10 Nov 2017 11:10:28 +0100 Subject: LFS: pre-push upload support If JGit built in LFS support is enabled for the current repository (or user/system), any existing pre-push hook will cause an exception for the time beeing, as only a single pre-push hook is supported. Thus either native pre-push hooks OR JGit built-in LFS support may be enabled currently, but not both. Change-Id: Ie7d2b90e26e948d9cca3d05a7a19489488c75895 Signed-off-by: Markus Duft Signed-off-by: Matthias Sohn --- .../resources/org/eclipse/jgit/lfs/internal/LfsText.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.eclipse.jgit.lfs/resources') diff --git a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties index 19d5ec587f..29cee3a8e0 100644 --- a/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties +++ b/org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties @@ -14,4 +14,5 @@ lfsFailedToGetRepository=failed to get repository {0} lfsNoDownloadUrl="Need to download object from LFS server but couldn't determine LFS server URL" serverFailure=When trying to open a connection to {0} the server responded with an error code. rc={1} wrongAmoutOfDataReceived=While downloading data from the content server {0} {1} bytes have been received while {2} have been expected -userConfigInvalid="User config file {0} invalid {1}" \ No newline at end of file +userConfigInvalid="User config file {0} invalid {1}" +missingLocalObject="Local Object {0} is missing" \ No newline at end of file -- cgit v1.2.3