aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/git-sugpatch.rs
AgeCommit message (Expand)Author
2020-08-23Rename `git-sugpatch` to `git-sugdiff`Teddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-02Move suggestion arguments check to `Config::get`Teddy Wing
2020-08-02Add `-h` argumentTeddy Wing
2020-08-02git-sugpatch: Print usage with no suggestion argumenetTeddy Wing
2020-08-02git-sugpatch: Exit with `EX_USAGE` if no suggestion argumentsTeddy Wing
2020-08-02git-sugpatch: Replace `unwrap` with printed error message and exitTeddy 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-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-01Get configTeddy Wing
2020-07-29Rename crate to 'github-suggestion'Teddy Wing
2020-07-29Suggestion: Remove `unwrap`s and return `Result`s from diff methodsTeddy Wing
2020-07-28Client::new(): Return a `Result`Teddy Wing
2020-07-26Suggestion: Add `diff` methodTeddy Wing