From: Lady <redacted>
Date: Tue, 16 Jan 2024 01:29:06 +0000 (-0500)
Subject: Use colon as delimiter and hymin as recursive sigil
X-Git-Tag: 0.3.0~5
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/6972774d7db8027876c937abf5a7a5b0420d7965?ds=inline;hp=6972774d7db8027876c937abf5a7a5b0420d7965

Use colon as delimiter and hymin as recursive sigil

Colon is already forbidden in paths by the make syntax, and initial
hyphen is forbidden because it is confusable with command‐line options.
Re·use these for other semantics to hopefully reduce the number of
forbidden characters in filenames.
---