David Turner <dtur...@twosigma.com> writes:

> +static unsigned long gc_log_expire_time;
> +static const char *gc_log_expire = "1.day.ago";

OK.

> @@ -113,6 +133,8 @@ static void gc_config(void)
>       git_config_get_bool("gc.autodetach", &detach_auto);
>       git_config_date_string("gc.pruneexpire", &prune_expire);
>       git_config_date_string("gc.worktreepruneexpire", 
> &prune_worktrees_expire);
> +     git_config_date_string("gc.logexpiry", &gc_log_expire);
> +

OK.

I think I had a stale one queued; will replace.

Thanks.

Reply via email to