aboutsummaryrefslogtreecommitdiffstats
path: root/mkhint
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-07 19:33:24 +0200
committerDanilo M. <danix@danix.xyz>2026-07-07 19:33:24 +0200
commitd792150c601c2f516ed9360d9ce6aad0bf6257f5 (patch)
tree560b1201ac77e6b8293f33fe40331c1d0529eca2 /mkhint
parent2eaf912bc419266c521343fda1279f2467c87dbe (diff)
downloadmkhintfile-d792150c601c2f516ed9360d9ce6aad0bf6257f5.tar.gz
mkhintfile-d792150c601c2f516ed9360d9ce6aad0bf6257f5.zip
docs: document bundled-dep reconcile + --force; release v1.2.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'mkhint')
-rwxr-xr-xmkhint4
1 files changed, 3 insertions, 1 deletions
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