aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-09-20Increase version v0.2.0 -> v0.2.1HEADv0.2.1masterTeddy Wing
2020-08-30Increase version v0.1.0 -> v0.2.0v0.2.0Teddy Wing
2020-08-30git-suggestion-cli: Rename crate to `git-suggestion`Teddy Wing
2020-08-30diff_options: Add doc commentsTeddy Wing
2020-08-30diff_options: Sort and uniq `FLAGS`Teddy Wing
2020-08-30diff_options::parse(): Rename `found_args` to `diff_args`Teddy Wing
2020-08-30diff_options: Merge `FLAGS` and `OPTIONS`Teddy Wing
2020-08-30diff_options: Merge `ARG_OPTIONS` and `OPT_OPTIONS`Teddy Wing
2020-08-30diff_options: Clean up codeTeddy Wing
2020-08-29git-sugdiff: Fix output by waiting for child processTeddy Wing
2020-08-29diff_options: Remove non-equals argument value handlingTeddy 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-06Rename the project `git-suggestion`Teddy Wing
2020-08-05OwnerRepo: Remove ".git" suffix from HTTPS URLsTeddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-03Config: Add a version argumentTeddy Wing
2020-08-02Remove `main.rs`Teddy Wing
2020-08-02Add documentation commentsTeddy 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-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-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-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