Commits


fix chopped display of git-server's progress output


restore missing \n in clone and fetch progress output


avoid needless id_str allocation in cmd_fetch()


create git config file earlier such that interrupted clones can be re-fetched


don't mix server progress messages with regular fetch progress output


remove chattygit mode from got-fetch-pack


appending [remote "origin"] section is enough; no need to overwrite the file


remove 'Writing pack index...' message which was sometimes printed redundantly


wrap an overlong line


use a single verbosity level throughout 'got clone' and 'got fetch'


implement 'got fetch'


initialize pack file size output paramter of got_privsep_recv_fetch_progress()


fix fetch test's expected results and check results properly


add support for Git's SCP style URLs to got_fetch_parse_uri()


make got_ref_list() work on a fresh repository created with got_repo_init()


sync distfile list


remove an unused file


display path to cloned repository when 'got clone' is done


improve display of progress message generated by the server during 'got clone'


document 'got cl' alias for 'got clone'


move clone code and documentation up so it appears before checkout


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


do not allow passing arbitrary options to SSH


remove unused constants


write large objects to disk when resolving deltas; raise in-mem delta threshold