Commits


move got_opentmp* functions to public API; used from tog


introduce got_opentempfd()


remove GOT_ERR_NO_MEM, we can just use errno in those cases


rename the library-internal headers again to a common prefix


use stricter CPPFLAGS from mpi


initial implementation of worktree checkout


rename library-private headers from *_priv.h to *_lib.h


rename private header filenames so they are in got_ namespace


unlink tempfiles again, was disabled for testing


Extract non-deltified objects from pack files.


remove commented dead code


do not require that got applications normalize paths


add copyright


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