cli/git
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
..
git.go Improve detecting PR for the current branch 2019-11-20 15:20:36 +01:00
git_test.go Simplify tests that use StubExecCommand 2019-11-11 17:04:26 +01:00
remote.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
remote_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
ssh_config.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
ssh_config_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
url.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00