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:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-11 19:11:22 +0300
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-11 19:11:22 +0300
commit4b1023105a692b3f36f2a9c51fcf193b411156ed (patch)
tree03c53a506b29c00dbe38f5191dcfb604b49992ba /doc/administration
parent701e9ee4519200445a54ee200475a71e2253abe9 (diff)
Add housekeeping feature documentation
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/housekeeping.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md
new file mode 100644
index 00000000000..9c4fb72fd73
--- /dev/null
+++ b/doc/administration/housekeeping.md
@@ -0,0 +1,13 @@
+# Housekeeping
+
+## Introduction
+
+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.
+
+## Where can I find it?
+
+Just go to your project settings page and you will find the housekeeping function below the project settings form.