rebase -i: simplify saving the --root option
commitb0bb2e16069bf6197f163d3f2d977157aeb6dea7
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 15 Feb 2009 16:55:34 +0000 (15 17:55 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 21:29:33 +0000 (7 22:29 +0100)
treeef9c1764577648f81387d9a9d019513f1a9dcb5f
parentef8ab9b8f4dc1a79bc840dd34e75871fbccf2016
rebase -i: simplify saving the --root option

We test if the $DOTEST directory exists (erroring out if it does) a few
lines before saving the --root option.  So there will be no need to
remove the file $DOTEST/rebase-root, as it cannot exist yet.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-rebase--interactive.sh