Commits


revert a change to inflate_read() from Ori's patch; it breaks got-read-blob


add more missing \n in fprintfs from got-index-pack


pass SEEK_SET instead of zero for fseek() whence parameter


add missing \n in error print


fix inverted error check in readodelta()


remove unneeded include


fix fetch_test build


document fetch API functions


remove unused arguments from got_fetch_pack()


rename got_fetch() to got_fetch_pack()


attempt to connect to a server before creating a local repo


use GOT_OBJECTS_PACK_DIR instead of variants of the same which contain typos


make got_fetch() provide reference info to callers and set refs in cmd_clone()


have got_fetch() require an open got_repository to be passed in


make got_fetch() expect URI information in parsed form