cli/command
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
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Add tests 2019-10-31 23:43:50 +01:00
issue.go Copy edits 2019-11-18 23:26:18 -08:00
issue_test.go Test flags 2019-11-18 11:05:43 -08:00
pr.go Improve detecting PR for the current branch 2019-11-20 15:20:36 +01:00
pr_checkout_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_create.go Copy edits 2019-11-18 23:26:18 -08:00
pr_create_test.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
pr_test.go Improve detecting PR for the current branch 2019-11-20 15:20:36 +01:00
root.go Copy edits 2019-11-18 23:26:18 -08:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00