cli/context
Mislav Marohnić eff8847513 Improve detecting PR for the current branch
Now reads git branch configuration and handles these cases:

    branch ["foo"]
      remote origin
      merge  refs/heads/bar

    branch ["foo"]
      remote other-remote
      merge  refs/heads/foo

    branch ["foo"]
      remote https://github.com/OWNER/REPO.git
      merge  refs/heads/bar

    branch ["foo"]
      remote origin
      merge  refs/pull/123/head
2019-11-20 15:20:36 +01:00
..
blank_context.go Complete pr create test 2019-11-11 15:01:41 +01:00
config_file.go Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
config_file_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
config_setup.go Inject production OAuth client ID+secret into release 2019-11-08 18:57:22 +01:00
config_success.go Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
context.go Customizable API client 2019-10-29 21:07:03 +01:00
remote.go Improve detecting PR for the current branch 2019-11-20 15:20:36 +01:00
remote_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00