Merge branch 'js/commit-gpgsign' into pu

This commit is contained in:
Pat Thoyts 2016-10-03 23:23:05 +01:00
commit 34fe0a7041

View File

@ -369,6 +369,9 @@ A rescan will be automatically started now.
# -- Create the commit.
#
set cmd [list commit-tree $tree_id]
if {[is_config_true commit.gpgsign]} {
lappend cmd -S
}
foreach p [concat $PARENT $MERGE_HEAD] {
lappend cmd -p $p
}