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
c585f55f
Commit
c585f55f
authored
Mar 23, 2011
by
Jakob Pfender
Committed by
Vicent Marti
Mar 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common.h: Fix minor typos
Fix a few minor typos in the documentation of the GIT_ERROR codes.
parent
f6f72d7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/git2/common.h
+3
-3
No files found.
include/git2/common.h
View file @
c585f55f
...
@@ -119,13 +119,13 @@
...
@@ -119,13 +119,13 @@
/** The object type is invalid or doesn't match */
/** The object type is invalid or doesn't match */
#define GIT_EINVALIDTYPE (GIT_ERROR - 8)
#define GIT_EINVALIDTYPE (GIT_ERROR - 8)
/** The object cannot be written
that
because it's missing internal data */
/** The object cannot be written because it's missing internal data */
#define GIT_EMISSINGOBJDATA (GIT_ERROR - 9)
#define GIT_EMISSINGOBJDATA (GIT_ERROR - 9)
/** The packfile for the ODB is corrupted */
/** The packfile for the ODB is corrupted */
#define GIT_EPACKCORRUPTED (GIT_ERROR - 10)
#define GIT_EPACKCORRUPTED (GIT_ERROR - 10)
/** Failed to a
d
quire or release a file lock */
/** Failed to a
c
quire or release a file lock */
#define GIT_EFLOCKFAIL (GIT_ERROR - 11)
#define GIT_EFLOCKFAIL (GIT_ERROR - 11)
/** The Z library failed to inflate/deflate an object's data */
/** The Z library failed to inflate/deflate an object's data */
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
/** The specified symbolic reference is too deeply nested */
/** The specified symbolic reference is too deeply nested */
#define GIT_ETOONESTEDSYMREF (GIT_ERROR - 17)
#define GIT_ETOONESTEDSYMREF (GIT_ERROR - 17)
/** The pack-refs file is either corrupted o
f
its format is not currently supported */
/** The pack-refs file is either corrupted o
r
its format is not currently supported */
#define GIT_EPACKEDREFSCORRUPTED (GIT_ERROR - 18)
#define GIT_EPACKEDREFSCORRUPTED (GIT_ERROR - 18)
/** The path is invalid */
/** The path is invalid */
...
...
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