| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: standardize USE_THREADS and USE_NSEC | Edward Thomson | 2021-11-11 | 1 | -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_EPASSTHROUGH | Etienne Samson | 2019-01-28 | 1 | -1/+10 |
| | | |||||
| * | errors: update docs for giterr changesethomson/giterr | Edward Thomson | 2019-01-22 | 1 | -16/+16 |
| | | |||||
| * | Add two words to clarify | Johan Abildskov | 2018-08-27 | 1 | -1/+1 |
| | | |||||
| * | Rephrase wording on giterr_last documentation | Johan Abildskov | 2018-08-20 | 1 | -2/+5 |
| | | |||||
| * | Document giterr_last() use only after error. #4772 | Johan Abildskov | 2018-08-20 | 1 | -0/+2 |
| | | |||||
| * | Fix docs typo geterr_clear -> giterr_clear | Stjepan Rajko | 2015-10-26 | 1 | -1/+1 |
| | | |||||
| * | The error handling docs are out of date | Russell Belfer | 2013-09-25 | 1 | -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 Mitchener | 2012-05-19 | 1 | -2/+2 |
| | | |||||
| * | error-handling: Add reference documentation | Vicent Martà | 2012-03-03 | 1 | -0/+111 |
