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
/
Cargo.lock
Age
Commit message (
Expand
)
Author
2020-09-20
Build a static binary
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-06
Increase version v0.0.1 -> v0.1.0
v0.1.0
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
Get config
Teddy Wing
2020-08-01
Move `github-suggestion-cli` to the root crate
Teddy Wing
2020-08-01
Move library to a separate crate
Teddy Wing
2020-08-01
Move `github-suggestion-config` to `github-suggestion-cli`
Teddy Wing
2020-08-01
Add a function to get an owner-repo pair from the Git repo remote
Teddy Wing
2020-07-31
Cargo.toml: Remove 'unidiff' dependency
Teddy Wing
2020-07-29
Rename crate to 'github-suggestion'
Teddy Wing
2020-07-25
Add git-sugapply bin
Teddy Wing
2020-07-25
Suggestion: Try applying a change to the file (WIP)
Teddy Wing
2020-07-24
Read a blob from a repository
Teddy Wing
2020-07-22
Try modifying diff hunk with 'unidiff'
Teddy Wing
2020-07-21
Suggesstion: Implement `patch` to generate a patch for the suggestion
Teddy Wing
2020-07-19
Extract diff hunk and comment body from GitHub response
Teddy Wing
2020-07-19
Fetch a GitHub PR suggestion comment
Teddy Wing
2020-07-13
Initialise a new Rust v1.44.1 project
Teddy Wing