On Tue, 5 Feb 2008, David Steven Tweed wrote: > @@ -115,5 +139,6 @@ int cmd_prune(int argc, const char **argv, const char > *prefix) > > sync(); > prune_packed_objects(show_only); > + remove_temporary_files(); Maybe you could implement the "show_only" mode for remove_temporary_files() as well? Otherwise the -n option would not be respected. Also you should consider honoring the --expire option as well. Nicolas - 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