diff options
| author | Paul Tan <pyokagan@gmail.com> | 2015-08-04 21:51:53 +0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-08-04 22:02:11 -0700 |
| commit | 7e35dacbe392f0d5faf3c75e8964ae96aa4636a7 (patch) | |
| tree | 14c0f5160cf75db570fda0a52855ccb5b78987bd /git-gui/lib/commit.tcl | |
| parent | builtin-am: implement --committer-date-is-author-date (diff) | |
| download | git-7e35dacbe392f0d5faf3c75e8964ae96aa4636a7.tar.gz git-7e35dacbe392f0d5faf3c75e8964ae96aa4636a7.zip | |
builtin-am: implement -S/--gpg-sign, commit.gpgsign
Since 3b4e395 (am: add the --gpg-sign option, 2014-02-01), git-am.sh
supported the --gpg-sign option, and would pass it to git-commit-tree,
thus GPG-signing the commit object.
Re-implement this option in builtin/am.c.
git-commit-tree would also sign the commit by default if the
commit.gpgsign setting is true. Since we do not run commit-tree, we
re-implement this behavior by handling the commit.gpgsign setting
ourselves.
Helped-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
