aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
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-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-01SuggestionUrl: Return an error if path has less than two segmentsTeddy 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
2020-07-29Suggestion: Remove `unwrap`s and return `Result`s from diff methodsTeddy Wing
2020-07-28Suggestion: Remove unused `patch` methodTeddy Wing
2020-07-28Client::new(): Return a `Result`Teddy Wing
2020-07-28client.rs: Remove superfluous testTeddy Wing
2020-07-28Move `Client` to a new moduleTeddy Wing
2020-07-28Move `Suggestion` to a new moduleTeddy Wing
2020-07-28Suggestion.apply(): Error when patch doesn't applyTeddy Wing