Commits


allow for limiting output of 'got ref -l' to a single ref or a namespace


add -c option to 'got ref' which now expects just one argument after options


add missing .Pp in got.1


wording tweak in got.1


more small man page tweaks for clone and fetch


document that clone and fetch -R options accept reference namespaces


in got.1, add the -R option to synopsis of got fetch


add support for fetching arbitrary references to 'got clone' and 'got fetch'


correctness fix in got.1: tags usually point to tag objects


in got.1 be explicit about the fact that our branches live in "refs/heads/"


clarify the distinction between mirror and regular repositories


prevent existing tags from being overwritten by 'got fetch' by default


remove GOT_FETCH_DEBUG and toggle fetch debug output with -v option instead


add -d option to 'got fetch' for deleting old branches and tags


add support for listing remote branches and tags to 'got clone' and 'got fetch'