aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-03Config: Add a version argumentTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Remove `main.rs`Teddy Wing
2020-08-02Add documentation commentsTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Move suggestion arguments check to `Config::get`Teddy Wing
2020-08-02git-sugapply: Copy over new logic from `git-sugpatch`Teddy Wing
2020-08-02Config: Add description to `--github-token` argumentTeddy Wing
2020-08-02Config: Add description to `--remote` argumentTeddy Wing
2020-08-02Add `-h` argumentTeddy Wing
2020-08-02git-sugpatch: Print usage with no suggestion argumenetTeddy Wing
2020-08-02Config: Remove old lineTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02git-sugpatch: Exit with `EX_USAGE` if no suggestion argumentsTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02git-sugpatch: Replace `unwrap` with printed error message and exitTeddy Wing
2020-08-02for_suggestion: Replace `unwrap`s with exitsTeddy Wing
2020-08-02lib.rs: Make `owner_repo` module privateTeddy Wing
2020-08-02git-sugpatch: Move the suggestion arguments loop to a new functionTeddy Wing
2020-08-02git-sugpatch: Fix `SuggestionUrl` parsingTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02lib.rs: Make `owner_repo` `pub(crate)` againTeddy Wing
2020-08-02config::Error::EnvVar: Include the variable name in the error messageTeddy Wing
2020-08-02config::Error::Opts: Include source error in messageTeddy Wing
2020-08-02git-sugpatch: Clean up after 38a871f28bad90e238021d8cc46b9fa926f9df75Teddy Wing
2020-08-02git-sugpatch: Error if no remote and suggestion ID argumentTeddy Wing
2020-08-02git-sugpatch: Print error and exit on `Config::get` errorTeddy Wing
2020-08-02git-sugpatch: Accept multiple suggestion args; Accept suggestion ID argsTeddy Wing
2020-08-01Config: Add suggestion argumentsTeddy Wing
2020-08-01OwnerRepo: Parse from SSH-style pathsTeddy Wing
2020-08-01Config: Extract `remote` into functionTeddy Wing
2020-08-01Config: Move `github_token` to a functionTeddy Wing
2020-08-01Get configTeddy Wing
2020-08-01Update TODOTeddy Wing
2020-08-01OwnerRepo: Move `identifier_for_remote` to `OwnerRepo::from_remote`Teddy Wing
2020-08-01lib.rs: Move code to `owner_repo.rs`Teddy Wing
2020-08-01Move `github-suggestion-cli` to the root crateTeddy Wing
2020-08-01Move library to a separate crateTeddy Wing
2020-08-01Move `github-suggestion-config` to `github-suggestion-cli`Teddy Wing
2020-08-01Add a function to get an owner-repo pair from the Git repo remoteTeddy Wing
2020-08-01SuggestionUrl: Return an error if path has less than two segmentsTeddy Wing
2020-07-31Cargo.toml: Remove 'unidiff' dependencyTeddy Wing
2020-07-30Update TODOTeddy Wing
2020-07-29Add TODOTeddy Wing
2020-07-29Rename crate to 'github-suggestion'Teddy Wing
2020-07-29suggestion.rs: Remove research testsTeddy Wing
2020-07-29Suggestion: Return `Result` from `apply()` and `apply_to()`Teddy Wing
2020-07-29Suggestion.suggestion_with_line_ending: Return `Result`Teddy Wing
2020-07-29Suggestion: Remove unused `suggestion()` and `suggestion_patch()`Teddy Wing