gc: make --prune useful again by accepting an optional parameter
commit58e9d9d472ff4dbc6cfbf7459878778c739395eb
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 14 Feb 2009 22:10:10 +0000 (14 23:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2009 05:14:07 +0000 (14 21:14 -0800)
tree6a09b2564916644ee5f0a18cf70d51936fe6802b
parente9cc02f0e41fd5d2f51e3c3f2b4f8cfa9e434432
gc: make --prune useful again by accepting an optional parameter

With this patch, "git gc --no-prune" will not prune any loose (and
dangling) object, and "git gc --prune=5.minutes.ago" will prune
all loose objects older than 5 minutes.

This patch benefitted from suggestions by Thomas Rast and Jan Krï¿œger.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt
builtin-gc.c
t/t5304-prune.sh