Age | Commit message (Collapse) | Author |
|
This is inspired by a Git alias I have, `git ddiff`, that opens the Git
diff in the Delta diff viewer (https://github.com/dandavison/delta).
Delta ends up being much nicer than regular Git diff for code reviews
because it renders syntax highlighting.
|
|
|
|
Realistically I should match based on the executable files available
that start with "code-review-", but this is how it works currently, so
it's less effort to add to what's already here.
|
|
|
|
Wraps `git log` to show commits since the merge base.
|
|
|
|
Basic Bash completion of `code-review` subcommands.
|