Re: git: 77a201b1705d - main - ministat: parse comma used as decimal delimiter

From: Dag-Erling_Smørgrav <des_at_FreeBSD.org>
Date: Sun, 19 Jul 2026 09:14:10 UTC
Gleb Smirnoff <glebius@FreeBSD.org> writes:
> commit 77a201b1705dbd97ea9ebe5b25b1d4ddac8a7d38
> Author:     Gleb Smirnoff <glebius@FreeBSD.org>
> AuthorDate: 2026-07-17 00:49:55 +0000
> Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
> CommitDate: 2026-07-17 01:40:03 +0000
>
>     ministat: parse comma used as decimal delimiter
>     
>     This allows to use output of '/usr/bin/time -ao foo' as direct input to
>     ministat(1).
>     
>     While here make diagnostic message more verbose.

This is wrong.  What if delim is ","?  The correct solution is to either
run your time command with LANG=C, or post-process the output.

DES
-- 
Dag-Erling Smørgrav - des@FreeBSD.org