Skip to content

Commit 2f6d505

Browse files
committed
add back the "$1" in rewrittenList (type of command - amend or rebase)
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent 20959c7 commit 2f6d505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-stacked-rebase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ REWRITTEN_LIST_BACKUP_FILE_PATH="$STACKED_REBASE_DIR/${filenames.rewrittenList}"
650650
#EOF
651651
652652
cat >> "$REWRITTEN_LIST_BACKUP_FILE_PATH" <<EOF
653+
$1
653654
$(cat /dev/stdin)
654655
655656
EOF

0 commit comments

Comments
 (0)