Re: [PATCH v2 2/5] last-modified: add option '-z' to help output
From: Junio C Hamano <hidden> Date: 2026-01-16 18:31:15
Toon Claes [off-list ref] writes:
+ OPT_BOOL('z', NULL, &lm.null_termination,
+ N_("lines are separated with NUL character")),
As this is a name of a file-scope static thing, I do not think it
matters too much, but "&lm.null_termination" (instead of
"nul_termination") that controls use of "NUL character" somewhat
bothers me ;-).