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
c0b2e525
Commit
c0b2e525
authored
Aug 27, 2018
by
Johan Abildskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add two words to clarify
parent
4bd2a508
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/error-handling.md
+1
-1
include/git2/errors.h
+1
-1
No files found.
docs/error-handling.md
View file @
c0b2e525
...
...
@@ -118,7 +118,7 @@ The public error API
Otherwise this should return a
`git_error`
object indicating the class
of error and the error message that was generated by the library.
Do not use this function unless the prior call to a libgit2 API
returned an error, as it can give misleading results.
returned an error, as it can
otherwise
give misleading results.
libgit2's error strings are not cleared aggressively,
and this function may return an error string that reflects a prior error,
possibly even reflecting internal state.
...
...
include/git2/errors.h
View file @
c0b2e525
...
...
@@ -113,7 +113,7 @@ typedef enum {
*
* The default behaviour of this function is to return NULL if no previous error has occurred.
* However, libgit2's error strings are not cleared aggressively, so a prior
* (unrelated) error may be returned. This can avoided by only calling
* (unrelated) error may be returned. This can
be
avoided by only calling
* this function if the prior call to a libgit2 API returned an error.
*
* @return A git_error object.
...
...
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