aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2020-09-20Build a static binaryTeddy Wing
2020-08-30Increase version v0.1.0 -> v0.2.0v0.2.0Teddy Wing
2020-08-30git-suggestion-cli: Rename crate to `git-suggestion`Teddy Wing
2020-08-06Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2020-08-02git-sugpatch: Print error and exit on `Config::get` errorTeddy Wing
2020-08-02git-sugpatch: Accept multiple suggestion args; Accept suggestion ID argsTeddy Wing
2020-08-01Get configTeddy Wing
2020-08-01Move `github-suggestion-cli` to the root crateTeddy Wing
2020-08-01Move library to a separate crateTeddy Wing
2020-08-01Move `github-suggestion-config` to `github-suggestion-cli`Teddy Wing
2020-08-01Add a function to get an owner-repo pair from the Git repo remoteTeddy Wing
2020-07-31Cargo.toml: Remove 'unidiff' dependencyTeddy Wing
2020-07-29Rename crate to 'github-suggestion'Teddy Wing
2020-07-25Add git-sugapply binTeddy Wing
2020-07-25Suggestion: Try applying a change to the file (WIP)Teddy Wing
2020-07-24Read a blob from a repositoryTeddy Wing
2020-07-22Try modifying diff hunk with 'unidiff'Teddy Wing
2020-07-21Suggesstion: Implement `patch` to generate a patch for the suggestionTeddy Wing
2020-07-19Extract diff hunk and comment body from GitHub responseTeddy Wing
2020-07-19Fetch a GitHub PR suggestion commentTeddy Wing
2020-07-13Initialise a new Rust v1.44.1 projectTeddy Wing