cli/context
Mislav Marohnić 1f90579d2a Extract common interface for a GitHub Repository
Also define a handful of utility methods:
- `New(owner, repo)`
- `FullName`: the name slash owner pair
- `FromFullName`: parse the name slash owner pair
- `FromURL`: parse a GitHub.com URL
- `IsSame(r1, r2)`: compare two repositories
2020-01-22 22:44:46 +01:00
..
blank_context.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
config_file.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
config_file_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
config_setup.go Merge pull request #222 from github/oauth-debug 2020-01-13 18:03:32 -06:00
config_success.go Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
context.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
remote.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
remote_test.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00