mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue