Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITERR_OS
1 parent 04c3b35 commit cd59e0cCopy full SHA for cd59e0c
include/git2/errors.h
@@ -126,11 +126,6 @@ GIT_EXTERN(void) giterr_clear(void);
126
* This error message is stored in thread-local storage and only applies
127
* to the particular thread that this libgit2 call is made from.
128
*
129
- * NOTE: Passing the `error_class` as GITERR_OS has a special behavior: we
130
- * attempt to append the system default error message for the last OS error
131
- * that occurred and then clear the last error. The specific implementation
132
- * of looking up and clearing this last OS error will vary by platform.
133
- *
134
* @param error_class One of the `git_error_t` enum above describing the
135
* general subsystem that is responsible for the error.
136
* @param string The formatted error message to keep
0 commit comments