From 7c37592b66cd64de0734e26eac27e04054f761d5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 12:04:30 +0200 Subject: feat: add NoDL column to --list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -l now shows a NoDL column (✓ when the hint has NODOWNLOAD=yes) next to the existing DelReq column. Detected via grep -qi '^NODOWNLOAD=yes', padded with _pad_glyph for multibyte alignment. Tests T68/T69 cover populated and blank NoDL. Docs (CLAUDE.md, README, man page) updated and mkhint.1.gz rebuilt. Co-Authored-By: Claude Opus 4.8 --- mkhint.1.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkhint.1.md') diff --git a/mkhint.1.md b/mkhint.1.md index aa458a7..28f294b 100644 --- a/mkhint.1.md +++ b/mkhint.1.md @@ -74,8 +74,9 @@ phantom dependency, ensure its hint carries the matching `DELREQUIRES`. Idempotent. Mutually exclusive with **-V**, **-f**, **-n**. **\--list**, **-l** \[*FILE*...] -: List all hint files with their hint version, `.info` version, and a -`DelReq` marker. With package names, show each hint side by side with its +: List all hint files with their hint version, `.info` version, a +`DelReq` marker (populated `DELREQUIRES`), and a `NoDL` marker +(`NODOWNLOAD=yes`). With package names, show each hint side by side with its `.info` instead of the table. **\--review**, **-R** \[*FILE*...] -- cgit v1.2.3