fix(history-rewrite): remove dead positional args check

This commit is contained in:
GitHub Actions
2025-12-09 15:10:11 +00:00
parent 8bc1c4d410
commit e024ff882e

View File

@@ -58,9 +58,7 @@ if [ -z "${backup_branch}" ]; then
exit 3
fi
if [ "$#" -gt 0 ]; then
usage; exit 1
fi
# No positional args required; any unknown options are handled during parsing
echo "Running git maintenance: git count-objects -vH"
git count-objects -vH || true