diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-08-14 09:57:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 13:27:16 +0530 |
commit | 087ab547c123e90eb4207bfe9080486d54fbf3ef (patch) | |
tree | 78b131dcb059a691c81efbe72fcf68e3f65f470b /app/src/main/res | |
parent | 57f1c65fdfbac9acd5e4fce30a6d5ef131fa9728 (diff) |
Reland symlink support (#1020)
* Add symlink support to JGit (#1016)
* Add symlink support to JGit
* Fix a typo
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
* Prevent crash when following a broken symlink
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index df57f84e..98b4a0fd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -224,6 +224,7 @@ <string name="no_repo_selected">No external repository selected</string> <string name="send_plaintext_password_to">Send password as plaintext using…</string> <string name="app_icon_hint">App icon</string> + <string name="error_broken_symlink">File not found, likely because of a broken symlink</string> <!-- Oreo Autofill --> <string name="oreo_autofill_strict_domain_search">Phishing-resistant search</string> |