Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-10 | Add license (GNU GPLv3+) | Teddy Wing | |
2019-06-10 | code-review-difftool: Remove completed TODOs | Teddy Wing | |
2019-06-10 | code-review-difftool: Use `code-review-changed-files` | Teddy Wing | |
Use the existing `code-review` tool instead of the full Git command. | |||
2019-06-10 | Use `get_merge_base` across scripts | Teddy 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-09 | code-review-difftool: Change `master..` to `master` | Teddy Wing | |
Turns out some files were excluded using the `..` range. | |||
2019-06-04 | code-review-difftool: Use 'vim-fugitive' instead of 'vdwrap' | Teddy Wing | |
Fugitive seems to have fewer surprises and basically just work in Vim. | |||
2019-06-03 | Move `code-review` to `code-review-difftool` | Teddy Wing | |
Going to set up a Git-style subcommand system where subcommands are separate executables. |