aboutsummaryrefslogtreecommitdiffstats
path: root/github-suggestion-config/src/lib.rs
AgeCommit message (Collapse)Author
2020-08-01Move `github-suggestion-config` to `github-suggestion-cli`Teddy Wing
Going to use this for more cli-oriented code, so that the binaries can share more logic.
2020-08-01Add a function to get an owner-repo pair from the Git repo remoteTeddy Wing
This will allow us to accept suggestion IDs alone, without a full URL, like the following: $ git sugapply 459691747 # or $ git sugapply --remote upstream 459691747 # or $ git config github-suggestion.remote upstream $ git sugapply 459691747 We do this by extracting the pair from the remote URL.