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