rebase -i: remove leftover debugging

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
SZEDER Gábor 2008-10-03 11:33:20 +02:00 committed by Shawn O. Pearce
parent 7c4188360a
commit 943cea9014
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ do_next () {
MSG_OPT=
MSG_FILE=
rm -f "$SQUASH_MSG" || exit
cp -v "$MSG" "$GIT_DIR"/SQUASH_MSG
cp "$MSG" "$GIT_DIR"/SQUASH_MSG
rm -f "$GIT_DIR"/MERGE_MSG || exit
;;
esac