Skip to content

Commit 943cea9

Browse files
szederspearce
authored andcommitted
rebase -i: remove leftover debugging
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent 7c41883 commit 943cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ do_next () {
322322
MSG_OPT=
323323
MSG_FILE=
324324
rm -f "$SQUASH_MSG" || exit
325-
cp -v "$MSG" "$GIT_DIR"/SQUASH_MSG
325+
cp "$MSG" "$GIT_DIR"/SQUASH_MSG
326326
rm -f "$GIT_DIR"/MERGE_MSG || exit
327327
;;
328328
esac

0 commit comments

Comments
 (0)