Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 09:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 09:08:05 +0300
commit6287caa6fad6e2b69c23bdba3bcca6bdfd82c8ff (patch)
treef77e379b1332f6ee26d28b871a273646f42cd08f /doc/administration/housekeeping.md
parent1926d423f0792f32c642a97e02337aaf685ffd3a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/housekeeping.md')
-rw-r--r--doc/administration/housekeeping.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md
index 9083619841e..c2c31d2d813 100644
--- a/doc/administration/housekeeping.md
+++ b/doc/administration/housekeeping.md
@@ -5,14 +5,13 @@
## Automatic housekeeping
GitLab automatically runs `git gc` and `git repack` on repositories
-after Git pushes. If needed you can change how often this happens, or
-to turn it off, go to **Admin area > Settings**
-(`/admin/application_settings`).
+after Git pushes. You can change how often this happens or turn it off in
+**Admin area > Settings > Repository** (`/admin/application_settings/repository`).
## Manual housekeeping
-The housekeeping function will run a `repack` or `gc` depending on the
-"Automatic Git repository housekeeping" settings configured in **Admin area > Settings**
+The housekeeping function runs `repack` or `gc` depending on the
+**Housekeeping** settings configured in **Admin area > Settings > Repository**.
For example in the following scenario a `git repack -d` will be executed: