Tanay Abhra <tanay...@gmail.com> writes:

> +                     if (approxidate(prune_expire) >= now) {
> +                             error(_("Invalid %s: '%s'"), "gc.pruneexpire", 
> prune_expire);
> +                             git_die_config("gc.pruneexpire");
> +                     }

That is a case where the API looks suboptimal, see Junio's remark in the
other thread.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to