Skip to content

Commit 0652cff

Browse files
committed
feat: rebase with --gpg-sign if gpgSign enabled
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent 5ed9a81 commit 0652cff

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
@@ -848,6 +848,7 @@ mv -f "${preparedRegularRebaseTodoFile}" "${pathToRegularRebaseTodoFile}"
848848
latestCommitOfOursThatInitialBranchAlreadyHas.tostrS(),
849849
"--onto",
850850
initialBranch.name(),
851+
configValues.gpgSign ? "--gpg-sign" : "",
851852
].join(" "),
852853
{
853854
env: {

0 commit comments

Comments
 (0)