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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2020-09-20
Increase version v0.2.0 -> v0.2.1
HEAD
v0.2.1
master
Teddy Wing
2020-08-30
Increase version v0.1.0 -> v0.2.0
v0.2.0
Teddy Wing
2020-08-26
Add `diff_options` to parse Git diff options
Teddy Wing
2020-08-04
Add license (GNU GPLv3+)
Teddy Wing
2020-08-03
Config: Add a version argument
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
lib.rs: Make `owner_repo` `pub(crate)` again
Teddy Wing
2020-08-02
git-sugpatch: Error if no remote and suggestion ID argument
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
lib.rs: Move code to `owner_repo.rs`
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-07-28
Move `Client` to a new module
Teddy Wing
2020-07-28
Move `Suggestion` to a new module
Teddy Wing
2020-07-28
Suggestion.apply(): Error when patch doesn't apply
Teddy Wing
2020-07-27
Test `Suggestion.diff()`
Teddy Wing
2020-07-26
Suggestion.apply_to(): Change `from` to be `BufRead`
Teddy Wing
2020-07-26
Suggestion: Update tests to add new `commit` field
Teddy Wing
2020-07-26
Suggestion: Add `diff` method
Teddy Wing
2020-07-26
Remove `patches_file` test
Teddy Wing
2020-07-26
Suggestion.apply_to(): Move CRLF check to a new function
Teddy Wing
2020-07-26
Suggestion.apply_to(): Use line endings consistent with file
Teddy Wing
2020-07-26
suggestion_apply_to_writes_patch_to_writer: Fix line numbers
Teddy Wing
2020-07-25
Suggestion.apply_to(): Use correct line numbers
Teddy Wing
2020-07-25
Suggestion.apply_to(): Fix single-line patches
Teddy Wing
2020-07-25
Suggestion.apply_to(): Read from given reader, not original file
Teddy Wing
2020-07-25
Suggestion: Make `original_start_line` an `Option`
Teddy Wing
2020-07-25
Add git-sugapply bin
Teddy Wing
2020-07-25
Suggestion.apply(): Use `Suggestion.apply_to()`
Teddy Wing
2020-07-25
Suggestion: Add `apply_to` method
Teddy Wing
2020-07-25
suggestion_patch_generates_patch: Add missing new fields
Teddy Wing
2020-07-25
Suggestion: Rename `suggestion` field to `comment`
Teddy Wing
2020-07-25
Suggestion.apply: Try writing to the original file
Teddy Wing
2020-07-25
Suggestion: Try applying a change to the file (WIP)
Teddy Wing
2020-07-25
lib.rs: Skip network test
Teddy Wing
2020-07-24
Read a blob from a repository
Teddy Wing
2020-07-24
Add test stub for patch functionality
Teddy Wing
2020-07-22
Try modifying diff hunk with 'unidiff'
Teddy Wing
2020-07-22
Suggestion.suggestion: Handle "\r\n"
Teddy Wing
2020-07-21
suggestion_patch_generates_patch: Add attribution
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