export MSYS_NO_PATHCONV=1
S="$(cygpath -m "$TEMP")/v3dry"; rm -rf "$S"; mkdir -p "$S"
REPO="file://$(cygpath -m /c/Users/decid/Documents/projects/spt-core)"
NEW="$(cygpath -m /c/Users/decid/Documents/projects/spt-core/.worktrees/hertz-ir146)/.github/ci/classify-changes.py"
P=657fda0d8b1cb621f9095487049fc082a249d236; H=79f6756788a5daafc0066d3c243ae71760c21c8f
d="$S/w"; git init -q "$d"; git -C "$d" remote add origin "$REPO"
git -C "$d" fetch -q --no-tags --depth=2 origin $P; git -C "$d" fetch -q --no-tags --depth=2 origin $H; git -C "$d" checkout -q --detach $H
echo "before-connected-at-depth2=$(git -C "$d" merge-base --is-ancestor $P $H; echo $?)"
(cd "$d" && GITHUB_EVENT_NAME=push GITHUB_SHA=$H CLASSIFY_BEFORE=$P CLASSIFY_FORCED=false python "$NEW")
