Commits


fix bug where duplicates were returned from got_gitconfig_get_section_list()


fix error handling bugs in cmd_clone()


got.1 wording fix


man page wording simplification: target-direcory -> directory


got(1) man page wording tweak


trim some redundant wording in git-repository(5)


line to git-repository(5) for details about pack files


document what got-index-pack does


fix 'got fetch' to update the correct set of references in mirror mode


add refspec which git-fetch expects in config file of mirrored repositories


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


use one consistent way to compute the Git URL to write to the config file


support non-default port numbers with SSH and tweak URI parser port handling


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