summaryrefslogtreecommitdiff
path: root/t/t7510-signed-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* gpg-interface: set trust level of missing key to "undefined"Jeff King2023-04-191-7/+14
* Merge branch 'js/gpg-errors'Junio C Hamano2023-02-241-0/+44
|\
| * gpg: do show gpg's error message upon failureJohannes Schindelin2023-02-151-1/+9
| * t7510: add a test case that does not need gpgJohannes Schindelin2023-02-151-0/+36
* | t: use hash-object --literally when created malformed objectsJeff King2023-01-181-1/+1
|/
* Merge branch 'fs/gpg-unknown-key-test-fix'Junio C Hamano2022-01-121-20/+2
|\
| * t/gpg: simplify test for unknown keyFabian Stelzer2022-01-121-20/+2
* | ssh signing: make sign/amend test more resilientFabian Stelzer2021-11-191-1/+1
|/
* ssh signing: test that gpg fails for unknown keysFabian Stelzer2021-09-101-1/+28
* Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-221-1/+42
|\
| * commit: ignore additional signatures when parsing signed commitsbrian m. carlson2021-01-181-1/+42
* | t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* commit: use expected signature header for SHA-256brian m. carlson2020-02-241-3/+13
* gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen2020-01-151-0/+39
* commit-tree: add missing --gpg-sign flagBrandon Richardson2019-01-221-3/+12
* t7510: invoke git as part of &&-chainMartin Ågren2019-01-221-2/+6
* t/t7510-signed-commit.sh: add signing subkey to Eris Discordia keyMichał Górny2018-11-051-3/+3
* t/t7510-signed-commit.sh: Add %GP to custom format checksMichał Górny2018-11-051-6/+12
* gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny2018-10-231-6/+12
* gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny2018-10-221-0/+26
* t/t7510: check the validation of the new config gpg.formatHenning Schild2018-07-181-0/+7
* tests: make forging GPG signed commits and tags more robustSZEDER Gábor2018-06-111-2/+1
* t7510-signed-commit: use 'test_must_fail'SZEDER Gábor2018-06-111-2/+2
* gpg-interface: use more status lettersmg/gpg-richer-statusMichael J Gruber2016-10-121-1/+12
* log: add log.showSignature configuration variablemj/log-show-signature-confMehul Jain2016-06-241-0/+7
* Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano2016-05-131-3/+10
|\
| * commit-tree: do not pay attention to commit.gpgsignjc/commit-tree-ignore-commit-gpgsignJunio C Hamano2016-05-031-3/+10
* | verify-commit: add option to print raw gpg status informationbrian m. carlson2015-06-221-0/+31
* | gpg: centralize signature checkbrian m. carlson2015-06-221-1/+1
* | verify-commit: add test for exit status on untrusted signaturebrian m. carlson2015-06-221-0/+7
|/
* Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-261-1/+1
|\
| * t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* | Merge branch 'mg/verify-commit'Junio C Hamano2015-03-201-2/+2
|\ \ | |/ |/|
| * t7510: do not fail when gpg warns about insecure memorymg/verify-commitKyle J. McKay2015-03-101-2/+2
* | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-1/+19
|\ \ | |/
| * t7510: test verify-commitMichael J Gruber2014-06-231-1/+19
| * t7510: exit for loop with test resultMichael J Gruber2014-06-231-2/+2
* | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixesJeff King2014-06-251-6/+0
* | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-171-0/+6
* | t7510: check %G* pretty-format outputJeff King2014-06-171-0/+40
* | t7510: test a commit signed by an unknown keyJeff King2014-06-171-0/+13
* | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-171-6/+6
* | t7510: stop referring to master in later testsJeff King2014-06-171-3/+3
|/
* test the commit.gpgsign config optionnv/commit-gpgsign-configNicolas Vigier2014-02-241-4/+21
* commit --amend -S: strip existing gpgsig headersJunio C Hamano2012-01-051-1/+10
* test "commit -S" and "log --show-signature"Junio C Hamano2011-11-121-0/+71