mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 23:36:36 +00:00
errors: Remove old comments
This commit is contained in:
parent
255c38c500
commit
fe3bcf7d7a
@ -20,25 +20,12 @@ GIT_BEGIN_DECL
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
GIT_SUCCESS = 0,
|
GIT_SUCCESS = 0,
|
||||||
GIT_ERROR = -1,
|
GIT_ERROR = -1,
|
||||||
|
|
||||||
/** Input does not exist in the scope searched. */
|
|
||||||
GIT_ENOTFOUND = -3,
|
GIT_ENOTFOUND = -3,
|
||||||
|
|
||||||
/** A reference with this name already exists */
|
|
||||||
GIT_EEXISTS = -23,
|
GIT_EEXISTS = -23,
|
||||||
|
|
||||||
/** The given integer literal is too large to be parsed */
|
|
||||||
GIT_EOVERFLOW = -24,
|
GIT_EOVERFLOW = -24,
|
||||||
|
|
||||||
/** The given short oid is ambiguous */
|
|
||||||
GIT_EAMBIGUOUS = -29,
|
GIT_EAMBIGUOUS = -29,
|
||||||
|
|
||||||
/** Skip and passthrough the given ODB backend */
|
|
||||||
GIT_EPASSTHROUGH = -30,
|
GIT_EPASSTHROUGH = -30,
|
||||||
|
|
||||||
/** The buffer is too short to satisfy the request */
|
|
||||||
GIT_ESHORTBUFFER = -32,
|
GIT_ESHORTBUFFER = -32,
|
||||||
|
|
||||||
GIT_EREVWALKOVER = -33,
|
GIT_EREVWALKOVER = -33,
|
||||||
} git_error_t;
|
} git_error_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user