Re: [PATCH 1/8] Export parse_date_basic() to convert a date string to timestamp
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:08
Jonathan Nieder [off-list ref] writes:
Junio: I think this should be ejected from the series as an
independently useful cleanup.
Currently parse_date_toffset() is exported but not declared anywhere.
This patch gives it a more predictable API and adds a declaration.
Yeah, that makes sense. What this patch does seems to be what c5043cc
(Refactor parse_date for approxidate functions, 2010-06-03) should have
done from the beginning.
Thanks.