aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-22Idea for adding diff coloursdiff-coloursTeddy Wing
2020-08-06Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2020-08-06Remove `github-suggestion/Cargo.lock`Teddy Wing
2020-08-06TODO: Explain `git-sugcommit`Teddy Wing
2020-08-06Makefile: Package `dist/` into a bundled archive for releaseTeddy Wing
2020-08-06Makefile: Remove unused list of productsTeddy Wing
2020-08-06Makefile: Put distribution binaries in `dist/bin/`Teddy Wing
2020-08-06Makefile: Put distribution man pages in `dist/share/man/man1/`Teddy Wing
2020-08-06Makefile: Copy release products to `dist/`Teddy Wing
2020-08-06README: Update install/uninstall commandsTeddy Wing
2020-08-06Rename the project `git-suggestion`Teddy Wing
2020-08-05Add READMETeddy Wing
2020-08-05OwnerRepo: Remove ".git" suffix from HTTPS URLsTeddy Wing
2020-08-05client::Error::Deserialize: Include source error messageTeddy Wing
2020-08-04Add license (GNU GPLv3+)Teddy Wing
2020-08-04Update TODOTeddy Wing
2020-08-04Add man page for `git-sugapply`Teddy Wing
2020-08-04doc/git-sugpatch.1: Add values to command line optionsTeddy Wing
2020-08-04doc/git-sugpatch.1: Use the same ID in the URL and ID examplesTeddy Wing
2020-08-04doc/git-sugpatch.1: Clarify precedence of configuration optionsTeddy Wing
2020-08-04Add man page for `git-sugpatch`Teddy Wing
2020-08-03Update TODOTeddy Wing
2020-08-03Config: Add a version argumentTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Remove `main.rs`Teddy Wing
2020-08-02Add documentation commentsTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02Move suggestion arguments check to `Config::get`Teddy Wing
2020-08-02git-sugapply: Copy over new logic from `git-sugpatch`Teddy Wing
2020-08-02Config: Add description to `--github-token` argumentTeddy Wing
2020-08-02Config: Add description to `--remote` argumentTeddy Wing
2020-08-02Add `-h` argumentTeddy Wing
2020-08-02git-sugpatch: Print usage with no suggestion argumenetTeddy Wing
2020-08-02Config: Remove old lineTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02git-sugpatch: Exit with `EX_USAGE` if no suggestion argumentsTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02git-sugpatch: Replace `unwrap` with printed error message and exitTeddy Wing
2020-08-02for_suggestion: Replace `unwrap`s with exitsTeddy Wing
2020-08-02lib.rs: Make `owner_repo` module privateTeddy Wing
2020-08-02git-sugpatch: Move the suggestion arguments loop to a new functionTeddy Wing
2020-08-02git-sugpatch: Fix `SuggestionUrl` parsingTeddy Wing
2020-08-02Update TODOTeddy Wing
2020-08-02lib.rs: Make `owner_repo` `pub(crate)` againTeddy Wing
2020-08-02config::Error::EnvVar: Include the variable name in the error messageTeddy Wing
2020-08-02config::Error::Opts: Include source error in messageTeddy Wing
2020-08-02git-sugpatch: Clean up after 38a871f28bad90e238021d8cc46b9fa926f9df75Teddy Wing
2020-08-02git-sugpatch: Error if no remote and suggestion ID argumentTeddy Wing
2020-08-02git-sugpatch: Print error and exit on `Config::get` errorTeddy Wing