cli/api
Mislav Marohnić f0e6c98bf0 Fix auto-forking scenario in pr create
When an existing `headRepo` couldn't be detected, it's time to auto-fork
one. Unfortunately, an obscure Go behavior made it seem like `headRepo`
was a non-nil value, where in fact it did contain a nil pointer which
would crash the process.

This avoids ever assigning nil pointers to `var headRepo ghrepo.Interface`.
2020-04-01 19:37:56 +02:00
..
client.go Tweak verbose HTTP logging 2020-02-21 12:57:00 +01:00
client_test.go Fix tests 2020-01-21 22:56:15 +01:00
fake_http.go Fix auto-forking scenario in pr create 2020-04-01 19:37:56 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go Merge remote-tracking branch 'origin/master' into pr-count 2020-03-14 19:02:51 +05:00
queries_issue_test.go Add filter issues by author 2020-03-09 18:50:23 -06:00
queries_org.go Add ability to repo create within an org 2020-03-03 21:49:47 +01:00
queries_pr.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_repo.go Merge pull request #719 from cli/upstream-remote 2020-03-31 17:10:50 +02:00
queries_repo_test.go Fix setting homepage URL in repo create 2020-03-09 12:53:41 +01:00