| Age | Commit message (Collapse) | Author | 
|---|
|  | Doesn't cover all the cases, but I think this should give us the correct
set of files when the merge base has been set via `code-review-start`.
Otherwise we might end up with a bunch of files that came from other
branches, not the one we're reviewing now. | 
|  |  | 
|  | * 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. | 
|  | Make the script a `code-review` subcommand. I had originally written it
before the `code-review-` subcommand prefix system. |