From d792150c601c2f516ed9360d9ce6aad0bf6257f5 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 7 Jul 2026 19:33:24 +0200 Subject: docs: document bundled-dep reconcile + --force; release v1.2.0 Co-Authored-By: Claude Opus 4.8 --- mkhint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mkhint') diff --git a/mkhint b/mkhint index f1e9131..1e171d9 100755 --- a/mkhint +++ b/mkhint @@ -45,7 +45,7 @@ if [[ ! -d $TMP_DIR ]]; then mkdir $TMP_DIR fi -readonly MKHINT_VERSION="1.1.3" +readonly MKHINT_VERSION="1.2.0" # Variables VERSION="" @@ -80,12 +80,14 @@ Options: --fix-current, -F Add/merge DELREQUIRES for -current phantom deps across the whole repo --delete, -d FILE Delete a hint file (and .bak if present) --no-dl, -N Skip downloads; add NODOWNLOAD=yes to hint file (use with -f or -n) + --force With --check: reconcile bundled deps even if the primary version is unchanged --help, -h Show this help message Config file: ${MKHINT_CONFIG}$([[ -f "$MKHINT_CONFIG" ]] && echo " (present, sourced)" || echo " (not present, using defaults)") Hint files are stored in: $HINT_DIR Temporary files are stored in: $TMP_DIR Phantom-dep list (for --fix-current / --new): $PHANTOM_DEPS_FILE +Bundle manifests (for --check bundled-dep reconcile): $BUNDLE_MANIFEST_FILE See 'man mkhint' for usage examples, configuration, and exit codes. EOF -- cgit v1.2.3