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
Raise more specific exceptions for GIT_EEXISTS and GIT_EINVALIDSPEC
Before, both would raise ValueError, making it hard to distinguish
between them to show users a meaningful error message.
The new exceptions AlreadyExistsError and InvalidSpecError extend
ValueError, so this change should be backwards-compatible.
0 commit comments