cli/pkg
Jonathan Lloyd 487b62d3b9 Clone repos using canonical username/repo name capitalization
GitHub user/repo names are case insentitive. This can cause issues when dealing with
repos programmatically using systems that aren't aware of this (e.g. go packages).

This commit updates the cloning logic of the CLI to query the API for the canonical
capitalization and uses that for the clone operation.

Fixes: #1845
2020-10-12 23:39:18 +01:00
..
browser Fix typos 2020-10-04 22:16:30 +03:00
cmd Clone repos using canonical username/repo name capitalization 2020-10-12 23:39:18 +01:00
cmdutil Remove square brackets from persistent flag description to fix zsh autocomplete 2020-09-16 11:47:15 +02:00
githubtemplate Improve support for legacy issue/PR template names 2020-07-15 18:16:16 +02:00
httpmock Prompt for push target during pr create 2020-09-16 14:49:36 +02:00
iostreams Disable pager when set to "cat" 2020-09-29 23:21:59 +02:00
jsoncolor Add tests for jsoncolor 2020-06-08 16:05:00 +02:00
markdown Add tests 2020-09-25 08:50:24 +02:00
prompt Fix AskStubber erroring out when there are more asks than stubs 2020-09-23 19:55:11 +02:00
surveyext Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
text Improve string display width calculation 2020-09-11 11:56:54 +02:00