summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-13 12:07:05 +0100
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-13 12:07:05 +0100
commita42fe49c8c953c0aa8ca20c8fb5a141447128894 (patch)
tree60d725e8dce05ed0731b3af55a9b48d75ed71947
parent4b1023105a692b3f36f2a9c51fcf193b411156ed (diff)
downloadgitlab-ce-housekeeping-doc.tar.gz
Replaced user recommendation with link to git-gc documentationhousekeeping-doc
-rw-r--r--doc/administration/housekeeping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md
index 9c4fb72fd73..b90f916fea9 100644
--- a/doc/administration/housekeeping.md
+++ b/doc/administration/housekeeping.md
@@ -6,7 +6,7 @@ The housekeeping function runs `git gc` on the current project git repository.
`git gc` runs a number of housekeeping tasks, such as compressing file revisions (to reduce disk space and increase performance) and removing unreachable objects which may have been created from prior invocations of git add.
-Users are encouraged to run this task on a regular basis to maintain good disk space utilization and good operating performance.
+See https://www.kernel.org/pub/software/scm/git/docs/git-gc.html for details.
## Where can I find it?