aboutsummaryrefslogtreecommitdiffstats
path: root/code-review-diff
AgeCommit message (Collapse)Author
2019-06-10Add license (GNU GPLv3+)Teddy Wing
2019-06-10Use `get_merge_base` across scriptsTeddy Wing
Replace `$ARGS` system from before with the merge base value taken from the database. This makes the merge base consistent across `code-review` tools/subcommands.
2019-06-03Add code-review-diffTeddy Wing
Script to show a Git diff of the current changes. Uses `master..` as the default base.