mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-18 07:28:41 +00:00
errors: Introduce EINVALIDSPEC error code
This commit is contained in:
parent
3da73c40fc
commit
8b50935a69
@ -30,6 +30,7 @@ enum {
|
||||
GIT_EORPHANEDHEAD = -9,
|
||||
GIT_EUNMERGED = -10,
|
||||
GIT_ENONFASTFORWARD = -11,
|
||||
GIT_EINVALIDSPEC = -12,
|
||||
|
||||
GIT_PASSTHROUGH = -30,
|
||||
GIT_ITEROVER = -31,
|
||||
|
Loading…
Reference in New Issue
Block a user