Commits


implement 'got fetch'


display path to cloned repository when 'got clone' is done


improve display of progress message generated by the server during 'got clone'


move clone code and documentation up so it appears before checkout


allow controlling verbosity of 'got clone' with -q and -v options


tweak clone usage output


do not forget to create references under remotes/origin during 'got clone'


create a git config file in newly cloned repositories


apply unveil(2) to 'got clone'


pledge 'got clone'


sync got clone's usage with reality


only print fetch progress to stdout if something has changed


move to a less hectic progress display again


more fine-tuning of fetch progress display


tweak indexing progress output again: display raw object counters