git-gc --auto: move threshold check to need_to_gc() function.
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2007 07:37:06 +0000 (00:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 06:12:15 +0000 (23:12 -0700)
That is where we decide if we are going to run gc
automatically.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found