From 57f1c65fdfbac9acd5e4fce30a6d5ef131fa9728 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 14 Aug 2020 01:46:47 +0530 Subject: Restore workaround for preventing empty commits (#1019) * Revert "Add symlink support to JGit (#1016)" This reverts commit 5032696cec9da86c2ad97b9931e8d85feb18da0c. * Restore workaround for empty commits and document commands Signed-off-by: Harsh Shandilya * Update app/src/main/java/com/zeapo/pwdstore/git/GitCommandExecutor.kt --- app/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 618190d1..257a77fe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -118,8 +118,6 @@ dependencies { implementation(Dependencies.ThirdParty.jgit) { exclude(group = "org.apache.httpcomponents", module = "httpclient") } - // Loaded dynamically by JGit to provide symlink support - implementation(Dependencies.ThirdParty.jgit_java7) implementation(Dependencies.ThirdParty.jsch) implementation(Dependencies.ThirdParty.sshj) implementation(Dependencies.ThirdParty.bouncycastle) -- cgit v1.2.3