Skip to content

Commit 34fe0a7

Browse files
committed
Merge branch 'js/commit-gpgsign' into pu
2 parents 446e2a4 + 2afe6b7 commit 34fe0a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/commit.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ A rescan will be automatically started now.
369369
# -- Create the commit.
370370
#
371371
set cmd [list commit-tree $tree_id]
372+
if {[is_config_true commit.gpgsign]} {
373+
lappend cmd -S
374+
}
372375
foreach p [concat $PARENT $MERGE_HEAD] {
373376
lappend cmd -p $p
374377
}

0 commit comments

Comments
 (0)