From: SZEDER Gábor Date: Fri, 3 Oct 2008 09:33:20 +0000 (+0200) Subject: rebase -i: remove leftover debugging X-Git-Tag: v1.6.0.3~24^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=943cea901483c95ee7c83b70191bf7cc8f4f7c21;p=git.git rebase -i: remove leftover debugging Signed-off-by: SZEDER Gábor Signed-off-by: Shawn O. Pearce --- diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index ec4299ae3..77e113259 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -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