aboutsummaryrefslogtreecommitdiffstats
path: root/code-review.bash-completion
AgeCommit message (Collapse)Author
2023-11-24Add 'code-review-ddiff'Teddy Wing
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.
2023-08-08code-review.bash-completion: Update copyright yearTeddy Wing
2023-08-08code-review.bash-completion: Add `gh-start` to subcommandsTeddy Wing
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.
2023-07-26code-review.bash-completion: Add note about completion for subcommandsTeddy Wing
2019-12-04Add 'code-review-log'Teddy Wing
Wraps `git log` to show commits since the merge base.
2019-06-10Add license (GNU GPLv3+)Teddy Wing
2019-06-10Add code-review.bash-completionTeddy Wing
Basic Bash completion of `code-review` subcommands.