mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 12:24:58 +00:00
error: add GITERR_STASH error type
This commit is contained in:
parent
4ea0a0ca05
commit
eb44cfe07b
@ -59,6 +59,7 @@ typedef enum {
|
|||||||
GITERR_SSL,
|
GITERR_SSL,
|
||||||
GITERR_SUBMODULE,
|
GITERR_SUBMODULE,
|
||||||
GITERR_THREAD,
|
GITERR_THREAD,
|
||||||
|
GITERR_STASH,
|
||||||
} git_error_t;
|
} git_error_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user