Skip to content

Commit

Permalink
default core.clockskew variable to one day
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jun 12, 2011
1 parent 0c811a7 commit de9f14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const char * const git_tag_usage[] = {

static char signingkey[1000];

static int core_clock_skew = -1;
static int core_clock_skew = 86400;

struct tag_filter {
const char *pattern;
Expand Down

0 comments on commit de9f14e

Please sign in to comment.