summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
Commit message (Expand)AuthorAgeFilesLines
* streams: sockets are non-blocking and can timeoutEdward Thomson2023-05-131-1/+2
* Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-261-1/+2
|\
| * Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-241-6/+6
| |\
| * | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-271-1/+2
* | | repo: ensure that repo dir is owned by current userEdward Thomson2022-04-111-1/+2
* | | sha: GIT_ERROR_SHA1 is deprecated in favor of GIT_ERROR_SHAEdward Thomson2022-03-231-1/+1
* | | errors: expose `git_error_set`Edward Thomson2022-02-221-2/+16
* | | Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
| |/ |/|
* | Merge branch 'main' into http-use-eauthEdward Thomson2021-08-291-1/+2
|\ \ | |/
| * Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-1/+2
* | use consistent whitespace before commentsJosh Bleecher Snyder2020-02-071-6/+6
|/
* error functions: return an intEdward Thomson2020-01-241-1/+2
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-241-1/+2
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-88/+0
* git_error: deprecate error valuesEdward Thomson2019-01-221-34/+34
* git_error: use full class name in public error APIEdward Thomson2019-01-221-43/+131
* transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-211-1/+1
* apply: return a specific exit code on failureEdward Thomson2018-11-041-0/+1
* Merge pull request #4788 from tiennou/doc-fixesPatrick Steinhardt2018-08-301-1/+2
|\
| * doc: fix comment on GIT_EUSEREtienne Samson2018-08-291-1/+2
* | Add two words to clarifyJohan Abildskov2018-08-271-1/+1
* | Update giterr_last API documentation to reflect real behaviourJohan Abildskov2018-08-201-1/+6
|/
* index: return a unique error code on dirty indexEdward Thomson2018-06-291-0/+1
* odb: verify object hashesPatrick Steinhardt2017-04-281-0/+1
* win32: introduce `do_with_retries` macroEdward Thomson2017-04-011-0/+1
* hash: include sha1collisiondetectionEdward Thomson2017-03-031-1/+2
* worktree: implement `git_worktree_validate`Patrick Steinhardt2017-02-131-0/+1
* Introduce git_apply_patchEdward Thomson2016-05-261-1/+2
* giterr_set_str: remove `GITERR_OS` documentationEdward Thomson2016-02-231-5/+0
* merge: add GIT_MERGE_TREE_FAIL_ON_CONFLICTEdward Thomson2015-10-221-0/+1
* Make giterr_detach no longer publicMichael Procter2015-08-031-12/+0
* errors: add EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
* stash: don't allow apply with staged changesEdward Thomson2015-06-251-0/+1
* errors: introduce EINVALIDCarlos Martín Nieto2015-06-241-0/+1
* Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-1/+1
* errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-201-0/+1
* mkdir: walk up tree to mkdirEdward Thomson2015-01-201-0/+1
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-0/+1
* git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-261-0/+1
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-261-0/+1
* Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-301-16/+18
|\
| * Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+1
| * Introduce GIT_EAUTHCarlos Martín Nieto2014-06-261-0/+1
| * Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-16/+16
* | object: introduce git_describe_object()nulltoken2014-04-301-0/+1
|/
* Added cherry-pick supportJacques Germishuys2014-04-141-0/+1
* refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto2014-02-051-0/+1
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-16/+29
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-0/+1
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-2/+1