From 6c7a066ea6974e9e81f5889036e42c58d0785392 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 25 Jan 2022 13:12:23 +0530 Subject: Add the ability to run garbage collection on the internal Git repository (#1683) --- app/src/main/res/layout/activity_git_config.xml | 8 ++++++++ app/src/main/res/values/strings.xml | 1 + 2 files changed, 9 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_git_config.xml b/app/src/main/res/layout/activity_git_config.xml index d0479b09..364c5287 100644 --- a/app/src/main/res/layout/activity_git_config.xml +++ b/app/src/main/res/layout/activity_git_config.xml @@ -102,4 +102,12 @@ android:text="@string/reset_to_remote" app:layout_constraintTop_toBottomOf="@id/git_abort_rebase" /> + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c11e6f25..88484947 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -392,5 +392,6 @@ The key ID of the imported key is given below, please review it for correctness:\n%1$s PGP settings Some error occurred + Run garbage collection job -- cgit v1.2.3