diff options
-rwxr-xr-x | code-review-difftool | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/code-review-difftool b/code-review-difftool index 6485775..4e51093 100755 --- a/code-review-difftool +++ b/code-review-difftool @@ -6,7 +6,4 @@ source "$SCRIPT/code-review-database" review_base="$(get_merge_base)" -# TODO: Use `code-review-changed-files` instead of `git diff --name-only` -# TODO: Can't replace single dots as those could be part of a branch name -# vim -c 'tabdo Gdiff ${REVIEW_BASE/./}' -p $(git diff --name-only "$REVIEW_BASE") vim -c "tabdo Gdiff $review_base" -p $(code-review changed-files) |