iso-code 0.1.1

Safe git worktree lifecycle management — prevents data loss bugs in AI coding agents
Documentation
1
2
3
4
5
6
7
#!/bin/sh
# Mock git 2.35 — below the -z NUL-delimited cutoff (2.36).
if [ "$1" = "--version" ]; then
    echo "git version 2.35.1"
    exit 0
fi
exec /usr/bin/env -u PATH PATH="$MOCK_REAL_PATH" git "$@"