aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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
2020-07-27Test `Suggestion.diff()`Teddy Wing
2020-07-26Suggestion.apply_to(): Change `from` to be `BufRead`Teddy Wing
2020-07-26Suggestion: Update tests to add new `commit` fieldTeddy Wing
2020-07-26Suggestion: Add `diff` methodTeddy Wing
2020-07-26Remove `patches_file` testTeddy Wing
2020-07-26Suggestion.apply_to(): Move CRLF check to a new functionTeddy Wing
2020-07-26Suggestion.apply_to(): Use line endings consistent with fileTeddy Wing
2020-07-26suggestion_apply_to_writes_patch_to_writer: Fix line numbersTeddy Wing
2020-07-25Suggestion.apply_to(): Use correct line numbersTeddy Wing
2020-07-25Suggestion.apply_to(): Fix single-line patchesTeddy Wing
2020-07-25Suggestion.apply_to(): Read from given reader, not original fileTeddy Wing
2020-07-25Suggestion: Make `original_start_line` an `Option`Teddy Wing
2020-07-25Add git-sugapply binTeddy Wing
2020-07-25Suggestion.apply(): Use `Suggestion.apply_to()`Teddy Wing
2020-07-25Suggestion: Add `apply_to` methodTeddy Wing
2020-07-25suggestion_patch_generates_patch: Add missing new fieldsTeddy Wing
2020-07-25Suggestion: Rename `suggestion` field to `comment`Teddy Wing
2020-07-25Suggestion.apply: Try writing to the original fileTeddy Wing
2020-07-25Suggestion: Try applying a change to the file (WIP)Teddy Wing
2020-07-25lib.rs: Skip network testTeddy Wing
2020-07-24Read a blob from a repositoryTeddy Wing