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
/
config.rs
Age
Commit message (
Expand
)
Author
2020-08-30
diff_options: Clean up code
Teddy Wing
2020-08-29
git-sugdiff: Use `diff_options.parse()` to extract diff options
Teddy Wing
2020-08-04
Add license (GNU GPLv3+)
Teddy Wing
2020-08-03
Config: Add a version argument
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
Config: Add description to `--github-token` argument
Teddy Wing
2020-08-02
Config: Add description to `--remote` argument
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
Config: Remove old line
Teddy Wing
2020-08-02
config::Error::EnvVar: Include the variable name in the error message
Teddy Wing
2020-08-02
config::Error::Opts: Include source error in message
Teddy Wing
2020-08-02
git-sugpatch: Error if no remote and suggestion ID argument
Teddy Wing
2020-08-01
Config: Add suggestion arguments
Teddy Wing
2020-08-01
Config: Extract `remote` into function
Teddy Wing
2020-08-01
Config: Move `github_token` to a function
Teddy Wing
2020-08-01
Get config
Teddy Wing