Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2aa0475c | 2019-02-03 17:00:40 | add got_error_not_ref() | ||
| 8fa9fd14 | 2018-11-11 15:14:58 | remove unnecessary cast | ||
| 91a3d81f | 2018-11-11 13:41:46 | introduce got errors with custom messages; add one for ERR_NO_OBJ | ||
| 1a76625f | 2018-10-22 21:36:39 | make 'tog log' use background thread and introduce global mutex | ||
| b4691ea5 | 2018-04-02 11:11:43 | simplify got_error_from_errno() | ||
| 8fd17454 | 2018-03-09 23:43:59 | don't forget to set error message in got_error_from_errno() | ||
| 8251fdbc | 2018-01-12 23:00:06 | introduce got_ferror() and use it | ||
| 72bcf0f9 | 2018-01-12 21:22:05 | bump copyright | ||
| 6c6d6589 | 2018-01-12 21:21:09 | use strerror_r() | ||
| f334529e | 2018-01-12 21:17:22 | add a conversion function from errno to got_error and use it | ||
| 2b4402a2 | 2017-11-05 13:48:22 | only define nitems() if it is not already defined | ||
| 7b19e0f1 | 2017-11-05 13:35:01 | add copyright | ||
| 4027f31a | 2017-11-04 19:41:54 | initial import; current implementation only parses the .git/HEAD ref |