aboutsummaryrefslogtreecommitdiffstats
path: root/src/suggestion.rs
AgeCommit message (Expand)Author
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-02Add documentation commentsTeddy Wing
2020-08-02Move suggestion arguments check to `Config::get`Teddy Wing
2020-08-02Add `-h` argumentTeddy Wing
2020-08-02for_suggestion: Replace `unwrap`s with exitsTeddy Wing
2020-08-02git-sugpatch: Move the suggestion arguments loop to a new functionTeddy Wing
2020-08-01Move library to a separate crateTeddy 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-28Move `Suggestion` to a new moduleTeddy Wing