Code

t3412: clean up GIT_EDITOR usage
authorThomas Rast <trast@student.ethz.ch>
Fri, 30 Jan 2009 22:47:00 +0000 (23:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 31 Jan 2009 05:11:59 +0000 (21:11 -0800)
commit218289644023e40026150422afef93d7eae45d5c
treec31d80cf830103cf0b627480c1e48a2dc7e2503a
parent3fe2bf2fa700a6bc37107be97603945fdbeeeab3
t3412: clean up GIT_EDITOR usage

a6c7a27 (rebase -i: correctly remember --root flag across --continue,
2009-01-26) introduced a more portable GIT_EDITOR usage, but left the
old tests unchanged.

Since we never use the editor (all tests run the rebase script as
proposed by rebase -i), just disable it outright, which simplifies the
tests.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3412-rebase-root.sh