Commit f1f4e535 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-admin-area-caps' into 'master'

Captializing Admin Area menu option

See merge request gitlab-org/gitlab!22115
parents f63a8586 1abd71d4
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
GitLab automatically runs `git gc` and `git repack` on repositories GitLab automatically runs `git gc` and `git repack` on repositories
after Git pushes. You can change how often this happens or turn it off in after Git pushes. You can change how often this happens or turn it off in
**Admin area > Settings > Repository** (`/admin/application_settings/repository`). **Admin Area > Settings > Repository** (`/admin/application_settings/repository`).
## Manual housekeeping ## Manual housekeeping
The housekeeping function runs `repack` or `gc` depending on the The housekeeping function runs `repack` or `gc` depending on the
**Housekeeping** settings configured in **Admin area > Settings > Repository**. **Housekeeping** settings configured in **Admin Area > Settings > Repository**.
For example in the following scenario a `git repack -d` will be executed: For example in the following scenario a `git repack -d` will be executed:
......
...@@ -37,7 +37,7 @@ in `repocheck.log`: ...@@ -37,7 +37,7 @@ in `repocheck.log`:
- `/home/git/gitlab/log` for installations from source - `/home/git/gitlab/log` for installations from source
If the periodic repository check causes false alarms, you can clear all repository check states by If the periodic repository check causes false alarms, you can clear all repository check states by
navigating to **Admin area > Settings > Repository** navigating to **Admin Area > Settings > Repository**
(`/admin/application_settings/repository`) and clicking **Clear all repository checks**. (`/admin/application_settings/repository`) and clicking **Clear all repository checks**.
--- ---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment