Commits


rewritten got-index-pack; sorry about the monster commit


send indexing progress via an imsg


send pack file download progress information over imsg


add support for git protocol sidebands and display server progress


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


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


tweak parse_uri() function, declare it as public API, and add a test for it


rename got_clone() to got_fetch()


declare got_clone() in public API space