Skip to content

Commit

Permalink
Merge branch 'js/commit-gpgsign' into pu
Browse files Browse the repository at this point in the history
  • Loading branch information
patthoyts committed Oct 3, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 446e2a4 + 2afe6b7 commit 34fe0a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/commit.tcl
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 34fe0a7

Please sign in to comment.