5 years ago f21ec2f0a8 Stefan Sperling
add -d option to 'got fetch' for deleting old branches and tags
5 years ago 13f12b0969 Stefan Sperling
sync usage() for clone and fetch
5 years ago 9c52365fc3 Stefan Sperling
properly terminate the ssh process after fetching via SSH
5 years ago 41b0de1256 Stefan Sperling
add support for listing remote branches and tags to 'got clone' and 'got fetch'
5 years ago 1f03b8da6b Stefan Sperling
prevent 'got diff' from needlessly opening a work tree
5 years ago 4ba1413314 Stefan Sperling
add support for fetching specific branches to 'got clone' and 'got fetch'
5 years ago f8ab0c604a Stefan Sperling
got.1 wording tweak for clarity
5 years ago 2ec30c80ae Stefan Sperling
make 'got fetch' create local branches if they don't exist yet
5 years ago 2fb669fbbb Stefan Sperling
initialize optional output parameters in parse_gitconfig_file()
5 years ago 5146eb392b Stefan Sperling
fix allocation size in got_privsep_recv_gitconfig_remotes(); found by free(3)
5 years ago fe6043b8df Stefan Sperling
transmit the 'mirror' flag correctly in got_privsep_send_gitconfig_remotes()
5 years ago 1510c839e3 Stefan Sperling
(fixes commit fed0b873)
5 years ago 83310ac93c Stefan Sperling
fix bug where duplicates were returned from got_gitconfig_get_section_list()
5 years ago 55330abe59 Stefan Sperling
fix error handling bugs in cmd_clone()
5 years ago 10c073e79a Stefan Sperling
got.1 wording fix
5 years ago 3493b628a8 Stefan Sperling
man page wording simplification: target-direcory -> directory
5 years ago 175367bd23 Stefan Sperling
got(1) man page wording tweak
5 years ago 089fc4e07a Stefan Sperling
trim some redundant wording in git-repository(5)
5 years ago 010f727919 Stefan Sperling
line to git-repository(5) for details about pack files
5 years ago 89c3c67b24 Stefan Sperling
document what got-index-pack does
5 years ago fed0b873e5 Stefan Sperling
fix 'got fetch' to update the correct set of references in mirror mode
5 years ago 8ceee1120d Stefan Sperling
add refspec which git-fetch expects in config file of mirrored repositories
5 years ago 659e7fbd69 Stefan Sperling
fetch only HEAD branch and tags by default; add -a option to fetch everything
5 years ago 09f630849f Stefan Sperling
use one consistent way to compute the Git URL to write to the config file
5 years ago 62a4c94cd9 Stefan Sperling
support non-default port numbers with SSH and tweak URI parser port handling