Age | Commit message (Expand) | Author |
---|---|---|
2020-08-04 | Add license (GNU GPLv3+) | Teddy Wing |
2020-08-02 | Add documentation comments | Teddy Wing |
2020-08-02 | Move suggestion arguments check to `Config::get` | Teddy Wing |
2020-08-02 | Add `-h` argument | Teddy Wing |
2020-08-02 | for_suggestion: Replace `unwrap`s with exits | Teddy Wing |
2020-08-02 | git-sugpatch: Move the suggestion arguments loop to a new function | Teddy Wing |
2020-08-01 | Move library to a separate crate | Teddy Wing |
2020-07-29 | suggestion.rs: Remove research tests | Teddy Wing |
2020-07-29 | Suggestion: Return `Result` from `apply()` and `apply_to()` | Teddy Wing |
2020-07-29 | Suggestion.suggestion_with_line_ending: Return `Result` | Teddy Wing |
2020-07-29 | Suggestion: Remove unused `suggestion()` and `suggestion_patch()` | Teddy Wing |
2020-07-29 | Suggestion: Remove `unwrap`s and return `Result`s from diff methods | Teddy Wing |
2020-07-28 | Suggestion: Remove unused `patch` method | Teddy Wing |
2020-07-28 | Move `Suggestion` to a new module | Teddy Wing |