Martin Ågren [off-list ref] writes:
On Thu, 28 Oct 2021 at 18:22, Jean-Noël Avila via GitGitGadget
[off-list ref] wrote:
quoted
- It is `<unix timestamp> <time zone offset>`, where `<unix
+ It is `<unix-timestamp> <time-zone-offset>`, where `<unix-
timestamp>` is the number of seconds since the UNIX epoch.
This still effectively has a space -- it renders as "<unix- timestamp>".
You'll probably need to rewrap the lines a little to get rid of that.
Thanks for sharp eyes. grep -e '<[^ ]*-$' Documentation/ spots only this
instance, so I'll fix it locally.
quoted
-** 'separator=<SEP>': specify a separator inserted between trailer
+** 'separator=<sep>': specify a separator inserted between trailer
lines. When this option is not given each trailer line is
terminated with a line feed character. The string SEP may contain
s/SEP/<sep>/ ?
Also, this one.