default core.clockskew variable to one day

This is the slop value used by name-rev, so presumably is a
reasonable default.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2011-06-11 19:04:10 +00:00 committed by Junio C Hamano
parent 0c811a7a6f
commit de9f14e26a

View File

@ -25,7 +25,7 @@ static const char * const git_tag_usage[] = {
static char signingkey[1000]; static char signingkey[1000];
static int core_clock_skew = -1; static int core_clock_skew = 86400;
struct tag_filter { struct tag_filter {
const char *pattern; const char *pattern;