Commits


fix wrong sizeof in got_privsep_send_fetch_req()


put a proper SSH URL into cloned repositories, rather than 'scp' style syntax


document use of port numbers in URLs


in got.1 EXAMPLES, move the 'got integrate' example further up


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


fix typos in error messages


re-add chatty mode to got-fetch-pack; it will be useful to diagnose bugs


fix bug where 'got fetch' created references in the wrong namespace


fix off-by-one in writepkt() length parameter passed by fetch_pack()


don't skip protocol capabilities advertisement if the first ref isn't wanted


allow 'got fetch' to operate on a non-bare git repository


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()