gc: default aggressive depth to 50
[gitweb.git] / builtin / gc.c
index 005adbebea80a83a8d0dbb1de744cb50bf689de6..0b8efc9cf5d911e5039e8d6e98f3ac615113cf23 100644 (file)
 #define FAILED_RUN "failed to run %s"
 
 static const char * const builtin_gc_usage[] = {
-       N_("git gc [options]"),
+       N_("git gc [<options>]"),
        NULL
 };
 
 static int pack_refs = 1;
 static int prune_reflogs = 1;
-static int aggressive_depth = 250;
+static int aggressive_depth = 50;
 static int aggressive_window = 250;
 static int gc_auto_threshold = 6700;
 static int gc_auto_pack_limit = 50;