Skip to content

Commit 20959c7

Browse files
committed
undo the "current commit printing into rewrittenList"
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent 077574a commit 20959c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

git-stacked-rebase.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,13 @@ REWRITTEN_LIST_BACKUP_FILE_PATH="$STACKED_REBASE_DIR/${filenames.rewrittenList}"
643643
#---
644644
#EOF
645645
646+
#cat >> "$REWRITTEN_LIST_BACKUP_FILE_PATH" <<EOF
647+
#$(git rev-parse HEAD)
648+
#$(cat /dev/stdin)
649+
#
650+
#EOF
651+
646652
cat >> "$REWRITTEN_LIST_BACKUP_FILE_PATH" <<EOF
647-
$(git rev-parse HEAD)
648653
$(cat /dev/stdin)
649654
650655
EOF

0 commit comments

Comments
 (0)