Commits


add support for fetching specific branches to 'got clone' and 'got fetch'


make 'got fetch' create local branches if they don't exist yet


really make 'got fetch' create/update references correctly in mirror mode (fixes commit fed0b873)


fix error handling bugs in cmd_clone()


man page wording simplification: target-direcory -> directory


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


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


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


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


restore missing \n in clone and fetch progress output


avoid needless id_str allocation in cmd_fetch()