Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Rename the project `git-suggestion` | Teddy Wing | |
Since this is a Git command, this makes more sense to me. | |||
2020-08-05 | client::Error::Deserialize: Include source error message | Teddy Wing | |
Forgot to include this so we didn't get extra information about the cause of the error. | |||
2020-08-04 | Add license (GNU GPLv3+) | Teddy Wing | |
2020-08-02 | Add documentation comments | Teddy Wing | |
Light documentation for our various functions and types. | |||
2020-08-01 | Move library to a separate crate | Teddy Wing | |
Keep the binaries in the root crate, and add a new crate for the `github-suggestion` library. I want to add some library code to the CLI programs to extract common functionality between the different binaries. |