diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-03 21:07:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-03 21:07:11 -0800 |
commit | 61d86605dd78f0ac9150e1fc9b99d87d2410e37b (patch) | |
tree | 9ee2b85fd788e2fe0c44b1024d8a6588325541cf /t/t3412-rebase-root.sh | |
parent | bd9efbf35424c9436f62768e47f5819c9b5bcf9e (diff) | |
download | git-61d86605dd78f0ac9150e1fc9b99d87d2410e37b.tar.gz git-61d86605dd78f0ac9150e1fc9b99d87d2410e37b.tar.xz |
t3412: further simplify setting of GIT_EDITOR
2182896 (t3412: clean up GIT_EDITOR usage, 2009-01-30) tried to clean up
the script's use of GIT_EDITOR, but it can further be simplified, because
that is how test-lib.sh sets things up already.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3412-rebase-root.sh')
-rwxr-xr-x | t/t3412-rebase-root.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t3412-rebase-root.sh b/t/t3412-rebase-root.sh index 57a3cad2d..5869061c5 100755 --- a/t/t3412-rebase-root.sh +++ b/t/t3412-rebase-root.sh @@ -6,10 +6,6 @@ Tests if git rebase --root --onto <newparent> can rebase the root commit. ' . ./test-lib.sh -# we always run the interactive rebases unchanged, so just disable the editor -GIT_EDITOR=: -export GIT_EDITOR - log_with_names () { git rev-list --topo-order --parents --pretty="tformat:%s" HEAD | git name-rev --stdin --name-only --refs=refs/heads/$1 |