Age | Commit message (Collapse) | Author |
|
Add the range filter to try to remove commits that we don't care about.
Still not sure if this will work in all cases, as sometimes `..` seemed
to give me the right collection of files and sometimes `...` did.
code-review-difftool:
Pass the merge base without range dots (`..` or `...`) to Vim Fugitive,
as it doesn't accept revisions with ranges. Not sure what to do if I get
a range with two revision names yet, though.
Turns on Bash's `extglob` in order to use `?(...)` to include both
patterns in the expansion.
|
|
|
|
|
|
Use the existing `code-review` tool instead of the full Git command.
|
|
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.
|
|
Turns out some files were excluded using the `..` range.
|
|
Fugitive seems to have fewer surprises and basically just work in Vim.
|
|
Going to set up a Git-style subcommand system where subcommands are
separate executables.
|