projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c41883
)
rebase -i: remove leftover debugging
author
SZEDER Gábor
<szeder@ira.uka.de>
Fri, 3 Oct 2008 09:33:20 +0000
(11:33 +0200)
committer
Shawn O. Pearce
<spearce@spearce.org>
Fri, 3 Oct 2008 14:43:28 +0000
(07:43 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-rebase--interactive.sh
patch
|
blob
|
history
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index ec4299ae30d06a6a19f5108b00dc8bc9ccd65cb0..77e1132590cb3dfd6fb930414c06fb0c4ef1628e 100755
(executable)
--- 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