rebase -i: remove leftover debugging
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
7c4188360a
commit
943cea9014
@ -322,7 +322,7 @@ do_next () {
|
|||||||
MSG_OPT=
|
MSG_OPT=
|
||||||
MSG_FILE=
|
MSG_FILE=
|
||||||
rm -f "$SQUASH_MSG" || exit
|
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
|
rm -f "$GIT_DIR"/MERGE_MSG || exit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user