From: David Bryson <david@xxxxxxxxxxxxxxx> --- builtin-gc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin-gc.c b/builtin-gc.c index 7af65bb..168f484 100644 --- a/builtin-gc.c +++ b/builtin-gc.c @@ -58,7 +58,7 @@ static int gc_config(const char *var, const char *value, void *cb) } if (!strcmp(var, "gc.pruneexpire")) { if (value && strcmp(value, "now")) { - unsigned long now = approxidate("now"); + time_t now = approxidate("now"); if (approxidate(value) >= now) return error("Invalid %s: '%s'", var, value); } -- 1.6.0.1 -- 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