index
:
git-suggestion
diff-colours
master
Diffs and patches for GitHub pull request suggestions
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bin
/
git-sugpatch.rs
Age
Commit message (
Expand
)
Author
2020-08-23
Rename `git-sugpatch` to `git-sugdiff`
Teddy Wing
2020-08-04
Add license (GNU GPLv3+)
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
git-sugpatch: Print usage with no suggestion argumenet
Teddy Wing
2020-08-02
git-sugpatch: Exit with `EX_USAGE` if no suggestion arguments
Teddy Wing
2020-08-02
git-sugpatch: Replace `unwrap` with printed error message and exit
Teddy Wing
2020-08-02
git-sugpatch: Move the suggestion arguments loop to a new function
Teddy Wing
2020-08-02
git-sugpatch: Fix `SuggestionUrl` parsing
Teddy Wing
2020-08-02
git-sugpatch: Clean up after 38a871f28bad90e238021d8cc46b9fa926f9df75
Teddy Wing
2020-08-02
git-sugpatch: Error if no remote and suggestion ID argument
Teddy Wing
2020-08-02
git-sugpatch: Print error and exit on `Config::get` error
Teddy Wing
2020-08-02
git-sugpatch: Accept multiple suggestion args; Accept suggestion ID args
Teddy Wing
2020-08-01
Get config
Teddy Wing
2020-07-29
Rename crate to 'github-suggestion'
Teddy Wing
2020-07-29
Suggestion: Remove `unwrap`s and return `Result`s from diff methods
Teddy Wing
2020-07-28
Client::new(): Return a `Result`
Teddy Wing
2020-07-26
Suggestion: Add `diff` method
Teddy Wing