summaryrefslogtreecommitdiff
path: root/docs/error-handling.md
Commit message (Collapse)AuthorAgeFilesLines
* cmake: standardize USE_THREADS and USE_NSECEdward Thomson2021-11-111-1/+1
| | | | | | | | Threading can now be disabled with `USE_THREADS=OFF` instead of `THREADSAFE=OFF` to better support the other cmake semantics. Nanosecond support is the default _if_ we can detect it. This should be our default always - like threads - and people can opt out explicitly.
* docs: document GIT_EUSER/GIT_EPASSTHROUGHEtienne Samson2019-01-281-1/+10
|
* errors: update docs for giterr changesethomson/giterrEdward Thomson2019-01-221-16/+16
|
* Add two words to clarifyJohan Abildskov2018-08-271-1/+1
|
* Rephrase wording on giterr_last documentationJohan Abildskov2018-08-201-2/+5
|
* Document giterr_last() use only after error. #4772Johan Abildskov2018-08-201-0/+2
|
* Fix docs typo geterr_clear -> giterr_clearStjepan Rajko2015-10-261-1/+1
|
* The error handling docs are out of dateRussell Belfer2013-09-251-62/+221
| | | | | | | | The error handling docs date back to the early error redesign work and don't match up with the route we actually took. This brings them in line with actual practice both for external users and internal implementors, and notes some of the exceptions and possible bugs.
* Fix spelling errors.Bruce Mitchener2012-05-191-2/+2
|
* error-handling: Add reference documentationVicent Martí2012-03-031-0/+111