diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-14 01:46:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 22:16:47 +0200 |
commit | 57f1c65fdfbac9acd5e4fce30a6d5ef131fa9728 (patch) | |
tree | 7add98aecbb8d6b14f104a08893a1a319b1ab216 /app/build.gradle.kts | |
parent | 2732f9093e5d609db15426f157d580c9494b9f15 (diff) |
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 <me@msfjarvis.dev>
* Update app/src/main/java/com/zeapo/pwdstore/git/GitCommandExecutor.kt
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
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) |