You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In brand new repos and/or repos with fewer than two commits, commit-spell fails with a git log error. Solution: don't check for previous commits when there are less than two.
Reproduction steps
Have a repo with less than two commits
npx commit-spell
Error
Expected behaviorAdditional context
The text was updated successfully, but these errors were encountered:
Problematic behavior
In brand new repos and/or repos with fewer than two commits,
commit-spell
fails with agit log
error. Solution: don't check for previous commits when there are less than two.Reproduction steps
npx commit-spell
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: