cli/api
Mislav Marohnić 7a8db80420 Prompt for push target during pr create
We no longer guess the head repository using heuristics; instead, we
present the user with the choice of pushable repositories and an
additional option to create a new fork.

The new `pr create --head` flag is available for the user to specify the
head branch in `branch` or `owner:branch` format and completely skip any
forking or auto-pushing checks.
2020-09-16 14:49:36 +02:00
..
client.go Restore Go 1.13 compatibility 2020-09-01 19:12:02 +02:00
client_test.go Add release download, upload files on create, upload retrying 2020-08-21 18:00:52 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go Add ability to pass milestone by number 2020-08-11 19:27:26 +02:00
queries_issue_test.go Add milestone filter 2020-06-13 20:53:41 -05:00
queries_org.go Merge remote-tracking branch 'origin' into ghe-api 2020-07-27 20:13:54 +02:00
queries_pr.go Merge pull request #1552 from cli/release-cmd 2020-09-09 18:07:19 +02:00
queries_pr_test.go Name more queries in test stubs 2020-07-10 20:20:33 +02:00
queries_repo.go Prompt for push target during pr create 2020-09-16 14:49:36 +02:00
queries_repo_test.go use graphql for repo milestones on issue list 2020-08-01 23:43:36 -03:00
queries_user.go [Feature] Create repository from template 2020-08-27 14:46:16 -04:00