Commits


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


got.1 wording tweak for clarity


got.1 wording fix


man page wording simplification: target-direcory -> directory


got(1) man page wording tweak


line to git-repository(5) for details about pack files


document what got-index-pack does


fetch only HEAD branch and tags by default; add -a option to fetch everything


document use of port numbers in URLs


in got.1 EXAMPLES, move the 'got integrate' example further up


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


re-add chatty mode to got-fetch-pack; it will be useful to diagnose bugs


implement 'got fetch'


document 'got cl' alias for 'got clone'


move clone code and documentation up so it appears before checkout