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
Age
Commit message (
Expand
)
Author
2020-08-04
Add license (GNU GPLv3+)
Teddy Wing
2020-08-03
Config: Add a version argument
Teddy Wing
2020-08-02
Remove `main.rs`
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
git-sugapply: Copy over new logic from `git-sugpatch`
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
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
for_suggestion: Replace `unwrap`s with exits
Teddy Wing
2020-08-02
lib.rs: Make `owner_repo` module private
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
lib.rs: Make `owner_repo` `pub(crate)` again
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: 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
Config: Add suggestion arguments
Teddy Wing
2020-08-01
OwnerRepo: Parse from SSH-style paths
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
2020-08-01
OwnerRepo: Move `identifier_for_remote` to `OwnerRepo::from_remote`
Teddy Wing
2020-08-01
lib.rs: Move code to `owner_repo.rs`
Teddy Wing
2020-08-01
Move `github-suggestion-cli` to the root crate
Teddy Wing
2020-08-01
Move library to a separate crate
Teddy Wing
2020-08-01
SuggestionUrl: Return an error if path has less than two segments
Teddy Wing
2020-07-29
Rename crate to 'github-suggestion'
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
Client::new(): Return a `Result`
Teddy Wing
2020-07-28
client.rs: Remove superfluous test
Teddy Wing
2020-07-28
Move `Client` to a new module
Teddy Wing
2020-07-28
Move `Suggestion` to a new module
Teddy Wing
2020-07-28
Suggestion.apply(): Error when patch doesn't apply
Teddy Wing
2020-07-27
Test `Suggestion.diff()`
Teddy Wing
2020-07-26
Suggestion.apply_to(): Change `from` to be `BufRead`
Teddy Wing
2020-07-26
Suggestion: Update tests to add new `commit` field
Teddy Wing
2020-07-26
Suggestion: Add `diff` method
Teddy Wing
[next]