aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-27 16:43:15 -0800
committerJunio C Hamano <junkio@cox.net>2006-12-27 16:43:15 -0800
commit7c20b8234af2962ea4d5ce930ec0308c33f6f654 (patch)
tree908fc0e9d0f2dac92ba64a84427c53560afdecd1 /Documentation/git.txt
parent87ac1390d9ac2ab5e495b543caee12221a773fb7 (diff)
parenta3c11db9ecf5c2a1ec1b25ba809cecb3747750d4 (diff)
downloadgit-7c20b8234af2962ea4d5ce930ec0308c33f6f654.tar.gz
Merge branch 'sp/gc'
* sp/gc: Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc everyday: replace a few 'prune' and 'repack' with 'gc' Create 'git gc' to perform common maintenance operations.
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 4ed3eed13d..36b2126d84 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -212,6 +212,9 @@ gitlink:git-cvsexportcommit[1]::
gitlink:git-cvsserver[1]::
A CVS server emulator for git.
+gitlink:git-gc[1]::
+ Cleanup unnecessary files and optimize the local repository.
+
gitlink:git-lost-found[1]::
Recover lost refs that luckily have not yet been pruned.