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
@@ -199,8 +199,8 @@ Updates in v1.5.0 since v1.4.4 series
199
unreachable, as there is a one-day grace period built-in.
200
201
- There is a toplevel garbage collector script, 'git-gc', that
202
- is an easy way to run 'git-repack -a -d', 'git-reflog gc',
203
- and 'git-prune'.
202
+ runs periodic cleanup functions, including 'git-repack -a -d',
203
+ 'git-reflog expire', 'git-pack-refs --prune', and 'git-rerere gc'.
204
205
206
* Detached HEAD