aboutsummaryrefslogtreecommitdiffstats
path: root/code-review-changed-files
AgeCommit message (Collapse)Author
2019-06-10code-review-changed-files: Use `get_merge_base`; Print absolute pathsTeddy Wing
* Use the common merge base from `code-review-database`. * Print an absolute path to the file using `$GIT_ROOT` from `code-review-database`. This allows the paths to be useful even when PWD is a subdirectory in the Git repo.
2019-06-10Rename `git-changed-files` to `code-review-changed-files`Teddy Wing
Make the script a `code-review` subcommand. I had originally written it before the `code-review-` subcommand prefix system.