Merge branch 'js/commit-gpgsign' of ../git-gui into js/git-gui-commit-gpgsign
* 'js/commit-gpgsign' of ../git-gui: git-gui: respect commit.gpgsign again
This commit is contained in:
commit
f14a310e8b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user