aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
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-26Add `diff_options` to parse Git diff optionsTeddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-03Config: Add a version argumentTeddy 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-02lib.rs: Make `owner_repo` `pub(crate)` againTeddy Wing
2020-08-02git-sugpatch: Error if no remote and suggestion ID argumentTeddy Wing
2020-08-02git-sugpatch: Accept multiple suggestion args; Accept suggestion ID argsTeddy Wing
2020-08-01Get configTeddy 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-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
2020-07-24Add test stub for patch functionalityTeddy Wing
2020-07-22Try modifying diff hunk with 'unidiff'Teddy Wing
2020-07-22Suggestion.suggestion: Handle "\r\n"Teddy Wing
2020-07-21suggestion_patch_generates_patch: Add attributionTeddy Wing
2020-07-21Suggesstion: Implement `patch` to generate a patch for the suggestionTeddy Wing
2020-07-19Extract diff hunk and comment body from GitHub responseTeddy Wing
2020-07-19Fetch a GitHub PR suggestion commentTeddy Wing