On Sat, Nov 5, 2011 at 9:39 AM, Fernando Vezzosi <buccia@xxxxxxxxx> wrote: > When `git gc --auto` would detect need for garbage collection to run, it > would just run. With this patch, enabling gc.autowarnonly will instead > make it just emit a warning. > > Reviewed-by: Sverre Rabbelier <srabbelier@xxxxxxxxx> > Signed-off-by: Fernando Vezzosi <buccia@xxxxxxxxx> This is much better than the solution I've been living with the last year, which was to put a pre-auto-gc in my templates directory of: #!/bin/sh echo "time to run git gc" exit 1 So, thank you. j. -- 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