export MSYS_NO_PATHCONV=1
S="$(cygpath -m "$TEMP")/ir146-real"; rm -rf "$S"; mkdir -p "$S"
REPO="file://$(cygpath -m /c/Users/decid/Documents/projects/spt-core)"
NEW="$(cygpath -m "$(pwd)")/.github/ci/classify-changes.py"
P=9aa011ac8267d8110986448bd6a111a58220b54c; H=eb5de50fe2d74a51c82c06e29e0d550e3d577674
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
(cd "$d" && GITHUB_EVENT_NAME=push GITHUB_SHA=$H CLASSIFY_BEFORE=$P CLASSIFY_FORCED=false python "$NEW")
