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
Age
Commit message (
Expand
)
Author
2020-08-02
git-sugpatch: Accept multiple suggestion args; Accept suggestion ID args
Teddy Wing
2020-08-01
Config: Add suggestion arguments
Teddy Wing
2020-08-01
OwnerRepo: Parse from SSH-style paths
Teddy Wing
2020-08-01
Config: Extract `remote` into function
Teddy Wing
2020-08-01
Config: Move `github_token` to a function
Teddy Wing
2020-08-01
Get config
Teddy Wing
2020-08-01
Update TODO
Teddy Wing
2020-08-01
OwnerRepo: Move `identifier_for_remote` to `OwnerRepo::from_remote`
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-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-08-01
SuggestionUrl: Return an error if path has less than two segments
Teddy Wing
2020-07-31
Cargo.toml: Remove 'unidiff' dependency
Teddy Wing
2020-07-30
Update TODO
Teddy Wing
2020-07-29
Add TODO
Teddy Wing
2020-07-29
Rename crate to 'github-suggestion'
Teddy Wing
2020-07-29
suggestion.rs: Remove research tests
Teddy Wing
2020-07-29
Suggestion: Return `Result` from `apply()` and `apply_to()`
Teddy Wing
2020-07-29
Suggestion.suggestion_with_line_ending: Return `Result`
Teddy Wing
2020-07-29
Suggestion: Remove unused `suggestion()` and `suggestion_patch()`
Teddy Wing
2020-07-29
Suggestion: Remove `unwrap`s and return `Result`s from diff methods
Teddy Wing
2020-07-28
Suggestion: Remove unused `patch` method
Teddy Wing
2020-07-28
Client::new(): Return a `Result`
Teddy Wing
2020-07-28
client.rs: Remove superfluous test
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
[prev]
[next]