Commits


remove unnecessary cast


introduce got errors with custom messages; add one for ERR_NO_OBJ


make 'tog log' use background thread and introduce global mutex


simplify got_error_from_errno()


don't forget to set error message in got_error_from_errno()


introduce got_ferror() and use it


bump copyright


use strerror_r()


add a conversion function from errno to got_error and use it


only define nitems() if it is not already defined


add copyright


initial import; current implementation only parses the .git/HEAD ref