Commits


fetch only HEAD branch and tags by default; add -a option to fetch everything


add support for repository mirrors to 'got clone' and 'got fetch'


fix chopped display of git-server's progress output


implement 'got fetch'


allow controlling verbosity of 'got clone' with -q and -v options


do not forget to create references under remotes/origin during 'got clone'


apply unveil(2) to 'got clone'


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