summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/resources/org/eclipse/jgit
diff options
context:
space:
mode:
authorMatthias Fromme <MFromme@dspace.de>2022-01-03 13:06:34 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-03-03 10:47:45 +0100
commita229072fcd701f3d1f8835b36db95ec65ec2a6a2 (patch)
tree9b6447cddb04c952f06802b36979d6c85de8ffff /org.eclipse.jgit.lfs/resources/org/eclipse/jgit
parente2a484f33dffbb0d6e983c694bccc48dbbf58fa9 (diff)
downloadjgit-a229072fcd701f3d1f8835b36db95ec65ec2a6a2.tar.gz
jgit-a229072fcd701f3d1f8835b36db95ec65ec2a6a2.zip
Support for "lfs.url" from ".lfsconfig"
- New class LfsConfig to enrich repository configuration by settings from ".lfsconfig" file respecting configuration file precedence. - Adapted LfsConnectionFactory to use LfsConfig instead of directly using configuration from repository to calculate url of the lfs repository Bug: 578020 Change-Id: I156f4ec137c2e428136a2ca9b8a4011ecee2d915
Diffstat (limited to 'org.eclipse.jgit.lfs/resources/org/eclipse/jgit')
-rw-r--r--org.eclipse.jgit.lfs/resources/org/eclipse/jgit/lfs/internal/LfsText.properties3
1 files changed, 2 insertions, 1 deletions
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 0e00f146ae..0e2023cbdd 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
@@ -16,4 +16,5 @@ lfsNoDownloadUrl="Need to download object from LFS server but couldn't determine
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}"
-missingLocalObject="Local Object {0} is missing" \ No newline at end of file
+missingLocalObject="Local Object {0} is missing"
+dotLfsConfigReadFailed=Reading .lfsconfig failed \ No newline at end of file