Danh Doan <congdanhqx@xxxxxxxxx> writes: > On 2020-04-16 22:38:16-0700, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> Danh Doan <congdanhqx@xxxxxxxxx> writes: >> >> > On 2020-04-15 16:01:52-0700, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> >> * dd/iso-8601-updates (2020-04-15) 2 commits >> >> - date.c: allow compact version of ISO-8601 datetime >> >> - date.c: skip fractional second part of ISO-8601 >> >> >> >> The approxidate parser learns to parse seconds with fraction. >> >> >> >> Will merge to 'next'. >> > >> > I thought we haven't gained enough concious for "12:34:56.7.days.ago" >> > Current code will treat it as "7 days ago at 12:34:56" >> > New code will treat it as 12:34:56 (today?) >> >> Yup, it clearly is a regression, and I do not think there is an >> agreement that the regression matters in real life. >> > > Well, I _think_ we should keep it in pu to see other's feedback for now. Thanks. Will mark it as "On Hold".