Commit Graph

10 Commits

Author SHA1 Message Date
Edward Thomson
9324d16e73 cmake: standardize USE_THREADS and USE_NSEC
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.
2021-11-11 15:56:10 -05:00
Etienne Samson
2964fed0c5 docs: document GIT_EUSER/GIT_EPASSTHROUGH 2019-01-28 13:05:52 +01:00
Edward Thomson
a27a4de6f8 errors: update docs for giterr changes 2019-01-22 22:30:37 +00:00
Johan Abildskov
c0b2e5256c Add two words to clarify 2018-08-27 09:23:02 +02:00
Johan Abildskov
73e31f6f70 Rephrase wording on giterr_last documentation 2018-08-20 12:08:50 +02:00
Johan Abildskov
3602b57328 Document giterr_last() use only after error. #4772 2018-08-20 10:12:00 +02:00
Stjepan Rajko
2b96b6ef0c Fix docs typo geterr_clear -> giterr_clear 2015-10-26 10:21:09 -07:00
Russell Belfer
aa94acf0bc The error handling docs are out of date
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.
2013-09-25 11:53:02 -07:00
Bruce Mitchener
d73c94b21c Fix spelling errors. 2012-05-19 20:26:52 +07:00
Vicent Martí
845f8314e4 error-handling: Add reference documentation 2012-03-03 02:28:00 +01:00