aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7510-signed-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2023-06-06t/lib-gpg: introduce new prereq GPG2Kousik Sanagavarapu1-0/+7
2023-04-19gpg-interface: set trust level of missing key to "undefined"Jeff King1-7/+14
2023-02-24Merge branch 'js/gpg-errors'Junio C Hamano1-0/+44
2023-02-15gpg: do show gpg's error message upon failureJohannes Schindelin1-1/+9
2023-02-15t7510: add a test case that does not need gpgJohannes Schindelin1-0/+36
2023-01-18t: use hash-object --literally when created malformed objectsJeff King1-1/+1
2022-01-12Merge branch 'fs/gpg-unknown-key-test-fix'Junio C Hamano1-20/+2
2022-01-12t/gpg: simplify test for unknown keyFabian Stelzer1-20/+2
2021-11-19ssh signing: make sign/amend test more resilientFabian Stelzer1-1/+1
2021-09-10ssh signing: test that gpg fails for unknown keysFabian Stelzer1-1/+28
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano1-1/+42
2021-01-18commit: ignore additional signatures when parsing signed commitsbrian m. carlson1-1/+42
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-02-24commit: use expected signature header for SHA-256brian m. carlson1-3/+13
2020-01-15gpg-interface: add minTrustLevel as a configuration optionHans Jerry Illikainen1-0/+39
2019-01-22commit-tree: add missing --gpg-sign flagBrandon Richardson1-3/+12
2019-01-22t7510: invoke git as part of &&-chainMartin Ågren1-2/+6
2018-11-05t/t7510-signed-commit.sh: add signing subkey to Eris Discordia keyMichał Górny1-3/+3
2018-11-05t/t7510-signed-commit.sh: Add %GP to custom format checksMichał Górny1-6/+12
2018-10-23gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny1-6/+12
2018-10-22gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny1-0/+26
2018-07-18t/t7510: check the validation of the new config gpg.formatHenning Schild1-0/+7
2018-06-11tests: make forging GPG signed commits and tags more robustSZEDER Gábor1-2/+1
2018-06-11t7510-signed-commit: use 'test_must_fail'SZEDER Gábor1-2/+2
2016-10-12gpg-interface: use more status lettersMichael J Gruber1-1/+12
2016-06-24log: add log.showSignature configuration variableMehul Jain1-0/+7
2016-05-13Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano1-3/+10
2016-05-03commit-tree: do not pay attention to commit.gpgsignJunio C Hamano1-3/+10
2015-06-22verify-commit: add option to print raw gpg status informationbrian m. carlson1-0/+31
2015-06-22gpg: centralize signature checkbrian m. carlson1-1/+1
2015-06-22verify-commit: add test for exit status on untrusted signaturebrian m. carlson1-0/+7
2015-03-26Merge branch 'jk/test-chain-lint'Junio C Hamano1-1/+1
2015-03-20Merge branch 'mg/verify-commit'Junio C Hamano1-2/+2
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2015-03-10t7510: do not fail when gpg warns about insecure memoryKyle J. McKay1-2/+2
2014-07-10Merge branch 'mg/verify-commit'Junio C Hamano1-1/+19
2014-06-25move "%G" format test from t7510 to t6006Jeff King1-6/+0
2014-06-23t7510: test verify-commitMichael J Gruber1-1/+19
2014-06-23t7510: exit for loop with test resultMichael J Gruber1-2/+2
2014-06-17pretty: avoid reading past end-of-string with "%G"Jeff King1-0/+6
2014-06-17t7510: check %G* pretty-format outputJeff King1-0/+40
2014-06-17t7510: test a commit signed by an unknown keyJeff King1-0/+13
2014-06-17t7510: use consistent &&-chains in loopMichael J Gruber1-6/+6
2014-06-17t7510: stop referring to master in later testsJeff King1-3/+3
2014-02-24test the commit.gpgsign config optionNicolas Vigier1-4/+21
2012-01-05commit --amend -S: strip existing gpgsig headersJunio C Hamano1-1/+10
2011-11-12test "commit -S" and "log --show-signature"Junio C Hamano1-0/+71