v1.5.0.txt: update description of git-gc
It doesn't call git-prune, and it does call a lot of other things. Signed-off-by: Jeff King <peff@peff.net>
Jeff King committed
Jan 21, 2007 at 22:26 UTC
8310f872d89a1084a911ce0f3edc11b727592e07
1 file changed
+2
-2
v1.5.0.txt
+2
-2
index fb7ed148de..ff3f8eb662 100644
--- a/v1.5.0.txt
+++ b/v1.5.0.txt
@@ -199,8 +199,8 @@ Updates in v1.5.0 since v1.4.4 series
unreachable, as there is a one-day grace period built-in.
- There is a toplevel garbage collector script, 'git-gc', that
- is an easy way to run 'git-repack -a -d', 'git-reflog gc',
- and 'git-prune'.
+ runs periodic cleanup functions, including 'git-repack -a -d',
+ 'git-reflog expire', 'git-pack-refs --prune', and 'git-rerere gc'.
* Detached HEAD