From eadb77d89f5f7d445bfd326f18873168f4719f12 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 7 Oct 2019 18:06:24 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/administration/housekeeping.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'doc/administration/housekeeping.md') diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md index 43c9679be65..9083619841e 100644 --- a/doc/administration/housekeeping.md +++ b/doc/administration/housekeeping.md @@ -1,6 +1,6 @@ # Housekeeping -> [Introduced][ce-2371] in GitLab 8.4. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/3041) in GitLab 8.4. ## Automatic housekeeping @@ -23,16 +23,12 @@ For example in the following scenario a `git repack -d` will be executed: When the `pushes_since_gc` value is 50 a `repack -A -d --pack-kept-objects` will run, similarly when the `pushes_since_gc` value is 200 a `git gc` will be run. -- `git gc` ([man page][man-gc]) runs a number of housekeeping tasks, +- `git gc` ([man page](https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-gc.html)) runs a number of housekeeping tasks, such as compressing filerevisions (to reduce disk space and increase performance) and removing unreachable objects which may have been created from prior invocations of `git add`. -- `git repack` ([man page][man-repack]) re-organize existing packs into a single, more efficient pack. +- `git repack` ([man page](https://mirrors.edge.kernel.org/pub/software/scm/git/docs/git-repack.html)) re-organize existing packs into a single, more efficient pack. You can find this option under your project's **Settings > General > Advanced**. ![Housekeeping settings](img/housekeeping_settings.png) - -[ce-2371]: https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/2371 "Housekeeping merge request" -[man-gc]: https://www.kernel.org/pub/software/scm/git/docs/git-gc.html "git gc man page" -[man-repack]: https://www.kernel.org/pub/software/scm/git/docs/git-repack.html -- cgit v1.2.3