mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-18 09:34:16 +00:00
errors: introduce GIT_EORPHANEDHEAD
This commit is contained in:
parent
0532e7bb87
commit
c4f68b3503
@ -27,6 +27,7 @@ enum {
|
||||
GIT_EBUFS = -6,
|
||||
GIT_EUSER = -7,
|
||||
GIT_EBAREREPO = -8,
|
||||
GIT_EORPHANEDHEAD = -9,
|
||||
|
||||
GIT_PASSTHROUGH = -30,
|
||||
GIT_ITEROVER = -31,
|
||||
|
Loading…
Reference in New Issue
Block a user