Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/commit-gpgsign' of ../git-gui into js/git-gui-commit-gpgsign
author
Junio C Hamano
<gitster@pobox.com>
Sun, 11 Sep 2016 21:53:26 +0000
(14:53 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 11 Sep 2016 21:54:46 +0000
(14:54 -0700)
* 'js/commit-gpgsign' of ../git-gui:
git-gui: respect commit.gpgsign again
git-gui/lib/commit.tcl
patch
|
blob
|
history
raw
(from parent 1:
0202c41
)
diff --git
a/git-gui/lib/commit.tcl
b/git-gui/lib/commit.tcl
index 864b687057c9759f2b06a9a83e3ca18c51113d92..01d2cc280ba7832840cb8ef64844daa88ebd9670 100644
(file)
--- a/
git-gui/lib/commit.tcl
+++ b/
git-gui/lib/commit.tcl
@@
-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
}