Merge branch 'js/commit-gpgsign' into pu
This commit is contained in:
commit
34fe0a7041
@ -369,6 +369,9 @@ A rescan will be automatically started now.
|
|||||||
# -- Create the commit.
|
# -- Create the commit.
|
||||||
#
|
#
|
||||||
set cmd [list commit-tree $tree_id]
|
set cmd [list commit-tree $tree_id]
|
||||||
|
if {[is_config_true commit.gpgsign]} {
|
||||||
|
lappend cmd -S
|
||||||
|
}
|
||||||
foreach p [concat $PARENT $MERGE_HEAD] {
|
foreach p [concat $PARENT $MERGE_HEAD] {
|
||||||
lappend cmd -p $p
|
lappend cmd -p $p
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user