| Commit message (Expand) | Author | Age | Files | Lines |
* | commit-tree: add missing --gpg-sign flag | Brandon Richardson | 2019-01-22 | 1 | -3/+12 |
* | t7510: invoke git as part of &&-chain | Martin Ågren | 2019-01-22 | 1 | -2/+6 |
* | t/t7510-signed-commit.sh: add signing subkey to Eris Discordia key | Michał Górny | 2018-11-05 | 1 | -3/+3 |
* | t/t7510-signed-commit.sh: Add %GP to custom format checks | Michał Górny | 2018-11-05 | 1 | -6/+12 |
* | gpg-interface.c: support getting key fingerprint via %GF format | Michał Górny | 2018-10-23 | 1 | -6/+12 |
* | gpg-interface.c: detect and reject multiple signatures on commits | Michał Górny | 2018-10-22 | 1 | -0/+26 |
* | t/t7510: check the validation of the new config gpg.format | Henning Schild | 2018-07-18 | 1 | -0/+7 |
* | tests: make forging GPG signed commits and tags more robust | SZEDER Gábor | 2018-06-11 | 1 | -2/+1 |
* | t7510-signed-commit: use 'test_must_fail' | SZEDER Gábor | 2018-06-11 | 1 | -2/+2 |
* | gpg-interface: use more status lettersmg/gpg-richer-status | Michael J Gruber | 2016-10-12 | 1 | -1/+12 |
* | log: add log.showSignature configuration variablemj/log-show-signature-conf | Mehul Jain | 2016-06-24 | 1 | -0/+7 |
* | Merge branch 'jc/commit-tree-ignore-commit-gpgsign' | Junio C Hamano | 2016-05-13 | 1 | -3/+10 |
|\ |
|
| * | commit-tree: do not pay attention to commit.gpgsignjc/commit-tree-ignore-commit-gpgsign | Junio C Hamano | 2016-05-03 | 1 | -3/+10 |
* | | verify-commit: add option to print raw gpg status information | brian m. carlson | 2015-06-22 | 1 | -0/+31 |
* | | gpg: centralize signature check | brian m. carlson | 2015-06-22 | 1 | -1/+1 |
* | | verify-commit: add test for exit status on untrusted signature | brian m. carlson | 2015-06-22 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 2015-03-26 | 1 | -1/+1 |
|\ |
|
| * | t: fix trivial &&-chain breakage | Jeff King | 2015-03-20 | 1 | -1/+1 |
* | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2015-03-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | t7510: do not fail when gpg warns about insecure memorymg/verify-commit | Kyle J. McKay | 2015-03-10 | 1 | -2/+2 |
* | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 1 | -1/+19 |
|\ \
| |/ |
|
| * | t7510: test verify-commit | Michael J Gruber | 2014-06-23 | 1 | -1/+19 |
| * | t7510: exit for loop with test result | Michael J Gruber | 2014-06-23 | 1 | -2/+2 |
* | | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixes | Jeff King | 2014-06-25 | 1 | -6/+0 |
* | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 | 1 | -0/+6 |
* | | t7510: check %G* pretty-format output | Jeff King | 2014-06-17 | 1 | -0/+40 |
* | | t7510: test a commit signed by an unknown key | Jeff King | 2014-06-17 | 1 | -0/+13 |
* | | t7510: use consistent &&-chains in loop | Michael J Gruber | 2014-06-17 | 1 | -6/+6 |
* | | t7510: stop referring to master in later tests | Jeff King | 2014-06-17 | 1 | -3/+3 |
|/ |
|
* | test the commit.gpgsign config optionnv/commit-gpgsign-config | Nicolas Vigier | 2014-02-24 | 1 | -4/+21 |
* | commit --amend -S: strip existing gpgsig headers | Junio C Hamano | 2012-01-05 | 1 | -1/+10 |
* | test "commit -S" and "log --show-signature" | Junio C Hamano | 2011-11-12 | 1 | -0/+71 |