diff options
author | Teddy Wing | 2019-06-17 20:11:45 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-17 20:11:45 +0200 |
commit | 4a97c5b9d9a367916b86db922bc913e99c6b17c0 (patch) | |
tree | bd4519c801e704628bc19556f221392204281308 /code-review-difftool | |
parent | 42215fe2bbefba19308bd879f6507123d53d1fe1 (diff) | |
download | code-review-4a97c5b9d9a367916b86db922bc913e99c6b17c0.tar.bz2 |
code-review-difftool: Remove commented code from 42215fe2bbefba19308bd8
This was a note preceding implementation, and is no longer needed.
Diffstat (limited to 'code-review-difftool')
-rwxr-xr-x | code-review-difftool | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/code-review-difftool b/code-review-difftool index 7976d92..247586e 100755 --- a/code-review-difftool +++ b/code-review-difftool @@ -21,11 +21,6 @@ SCRIPT="$(dirname "$0")" source "$SCRIPT/code-review-database" -# shopt -s extglob -# echo "${y%%?(..|...)}" -# shopt -u extglob - - review_base="$(get_merge_base)" # Remove dot ranges at the end of a revision as Fugitive doesn't support them. |