It doesn't call git-prune, and it does call a lot of other things. Signed-off-by: Jeff King <peff@xxxxxxxx> --- On Sun, Jan 21, 2007 at 06:40:40PM -0800, Junio C Hamano wrote: > [PATCH] git-gc: do not run prune mindlessly. This updates the release notes to reflect this change (and fixes a few other inaccuracies and omissions). v1.5.0.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.5.0.txt b/v1.5.0.txt index 1b8ecf0..8a2c9cc 100644 --- a/v1.5.0.txt +++ b/v1.5.0.txt @@ -191,8 +191,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 -- 1.5.0.rc1.gda86 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html