aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2020-08-30git-suggestion-cli: Rename crate to `git-suggestion`Teddy Wing
2020-08-30diff_options: Clean up codeTeddy Wing
2020-08-29git-sugdiff: Fix output by waiting for child processTeddy Wing
2020-08-29git-sugdiff: Use `diff_options.parse()` to extract diff optionsTeddy Wing
2020-08-26Add `diff_options` to parse Git diff optionsTeddy Wing
2020-08-23git-sugdiff: Replace `unwrap`s with proper error handlingTeddy Wing
2020-08-23Rename `git-sugpatch` to `git-sugdiff`Teddy Wing
2020-08-23git-sugdiff: Remove TODOTeddy Wing
2020-08-23Suggestion: Rename `diff_command()` to `blob()`Teddy Wing
2020-08-23git-sugdiff: Add `--no-pager` to `git diff` commandTeddy Wing
2020-08-23Revert "Suggestion.diff_command: Diff an index instead of a file"Teddy Wing
2020-08-23Suggestion.diff_command: Diff an index instead of a fileTeddy Wing
2020-08-22Suggestion.diff_command: Return the right side version blobTeddy Wing
2020-08-22Execute `git diff` to output diffsTeddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy 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-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
2020-07-25Add git-sugapply binTeddy Wing