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
Age
Commit message (
Expand
)
Author
2020-08-22
Idea for adding diff colours
diff-colours
Teddy Wing
2020-08-06
Increase version v0.0.1 -> v0.1.0
v0.1.0
Teddy Wing
2020-08-06
Remove `github-suggestion/Cargo.lock`
Teddy Wing
2020-08-06
TODO: Explain `git-sugcommit`
Teddy Wing
2020-08-06
Makefile: Package `dist/` into a bundled archive for release
Teddy Wing
2020-08-06
Makefile: Remove unused list of products
Teddy Wing
2020-08-06
Makefile: Put distribution binaries in `dist/bin/`
Teddy Wing
2020-08-06
Makefile: Put distribution man pages in `dist/share/man/man1/`
Teddy Wing
2020-08-06
Makefile: Copy release products to `dist/`
Teddy Wing
2020-08-06
README: Update install/uninstall commands
Teddy Wing
2020-08-06
Rename the project `git-suggestion`
Teddy Wing
2020-08-05
Add README
Teddy Wing
2020-08-05
OwnerRepo: Remove ".git" suffix from HTTPS URLs
Teddy Wing
2020-08-05
client::Error::Deserialize: Include source error message
Teddy Wing
2020-08-04
Add license (GNU GPLv3+)
Teddy Wing
2020-08-04
Update TODO
Teddy Wing
2020-08-04
Add man page for `git-sugapply`
Teddy Wing
2020-08-04
doc/git-sugpatch.1: Add values to command line options
Teddy Wing
2020-08-04
doc/git-sugpatch.1: Use the same ID in the URL and ID examples
Teddy Wing
2020-08-04
doc/git-sugpatch.1: Clarify precedence of configuration options
Teddy Wing
2020-08-04
Add man page for `git-sugpatch`
Teddy Wing
2020-08-03
Update TODO
Teddy Wing
2020-08-03
Config: Add a version argument
Teddy Wing
2020-08-02
Update TODO
Teddy Wing
2020-08-02
Remove `main.rs`
Teddy Wing
2020-08-02
Add documentation comments
Teddy Wing
2020-08-02
Update TODO
Teddy Wing
2020-08-02
Update TODO
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
Update TODO
Teddy Wing
2020-08-02
git-sugpatch: Exit with `EX_USAGE` if no suggestion arguments
Teddy Wing
2020-08-02
Update TODO
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
Update TODO
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
[next]