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-09-20
Increase version v0.2.0 -> v0.2.1
HEAD
v0.2.1
master
Teddy Wing
2020-08-30
Increase version v0.1.0 -> v0.2.0
v0.2.0
Teddy Wing
2020-08-30
git-suggestion-cli: Rename crate to `git-suggestion`
Teddy Wing
2020-08-30
diff_options: Add doc comments
Teddy Wing
2020-08-30
diff_options: Sort and uniq `FLAGS`
Teddy Wing
2020-08-30
diff_options::parse(): Rename `found_args` to `diff_args`
Teddy Wing
2020-08-30
diff_options: Merge `FLAGS` and `OPTIONS`
Teddy Wing
2020-08-30
diff_options: Merge `ARG_OPTIONS` and `OPT_OPTIONS`
Teddy Wing
2020-08-30
diff_options: Clean up code
Teddy Wing
2020-08-29
git-sugdiff: Fix output by waiting for child process
Teddy Wing
2020-08-29
diff_options: Remove non-equals argument value handling
Teddy Wing
2020-08-29
git-sugdiff: Use `diff_options.parse()` to extract diff options
Teddy Wing
2020-08-26
Add `diff_options` to parse Git diff options
Teddy Wing
2020-08-23
git-sugdiff: Replace `unwrap`s with proper error handling
Teddy Wing
2020-08-23
Rename `git-sugpatch` to `git-sugdiff`
Teddy Wing
2020-08-23
git-sugdiff: Remove TODO
Teddy Wing
2020-08-23
Suggestion: Rename `diff_command()` to `blob()`
Teddy Wing
2020-08-23
git-sugdiff: Add `--no-pager` to `git diff` command
Teddy Wing
2020-08-23
Revert "Suggestion.diff_command: Diff an index instead of a file"
Teddy Wing
2020-08-23
Suggestion.diff_command: Diff an index instead of a file
Teddy Wing
2020-08-22
Suggestion.diff_command: Return the right side version blob
Teddy Wing
2020-08-22
Execute `git diff` to output diffs
Teddy Wing
2020-08-06
Rename the project `git-suggestion`
Teddy Wing
2020-08-05
OwnerRepo: Remove ".git" suffix from HTTPS URLs
Teddy Wing
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
[next]