Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
fe3bcf7d
Commit
fe3bcf7d
authored
May 11, 2012
by
Vicent Martí
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errors: Remove old comments
parent
255c38c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
include/git2/errors.h
+0
-13
No files found.
include/git2/errors.h
View file @
fe3bcf7d
...
...
@@ -20,25 +20,12 @@ GIT_BEGIN_DECL
typedef
enum
{
GIT_SUCCESS
=
0
,
GIT_ERROR
=
-
1
,
/** Input does not exist in the scope searched. */
GIT_ENOTFOUND
=
-
3
,
/** A reference with this name already exists */
GIT_EEXISTS
=
-
23
,
/** The given integer literal is too large to be parsed */
GIT_EOVERFLOW
=
-
24
,
/** The given short oid is ambiguous */
GIT_EAMBIGUOUS
=
-
29
,
/** Skip and passthrough the given ODB backend */
GIT_EPASSTHROUGH
=
-
30
,
/** The buffer is too short to satisfy the request */
GIT_ESHORTBUFFER
=
-
32
,
GIT_EREVWALKOVER
=
-
33
,
}
git_error_t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment