index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7510-signed-commit.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t/lib-gpg: introduce new prereq GPG2
Kousik Sanagavarapu
2023-06-06
1
-0
/
+7
*
gpg-interface: set trust level of missing key to "undefined"
Jeff King
2023-04-19
1
-7
/
+14
*
Merge branch 'js/gpg-errors'
Junio C Hamano
2023-02-24
1
-0
/
+44
|
\
|
*
gpg: do show gpg's error message upon failure
Johannes Schindelin
2023-02-15
1
-1
/
+9
|
*
t7510: add a test case that does not need gpg
Johannes Schindelin
2023-02-15
1
-0
/
+36
*
|
t: use hash-object --literally when created malformed objects
Jeff King
2023-01-18
1
-1
/
+1
|
/
*
Merge branch 'fs/gpg-unknown-key-test-fix'
Junio C Hamano
2022-01-13
1
-20
/
+2
|
\
|
*
t/gpg: simplify test for unknown key
Fabian Stelzer
2022-01-12
1
-20
/
+2
*
|
ssh signing: make sign/amend test more resilient
Fabian Stelzer
2021-11-19
1
-1
/
+1
|
/
*
ssh signing: test that gpg fails for unknown keys
Fabian Stelzer
2021-09-10
1
-1
/
+28
*
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
2021-02-23
1
-1
/
+42
|
\
|
*
commit: ignore additional signatures when parsing signed commits
brian m. carlson
2021-01-19
1
-1
/
+42
*
|
t7[5-9]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-2
/
+2
*
|
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
|
/
*
commit: use expected signature header for SHA-256
brian m. carlson
2020-02-24
1
-3
/
+13
*
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2020-01-15
1
-0
/
+39
*
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 letters
Michael J Gruber
2016-10-12
1
-1
/
+12
*
log: add log.showSignature configuration variable
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.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 memory
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-24
1
-1
/
+19
|
*
t7510: exit for loop with test result
Michael J Gruber
2014-06-24
1
-2
/
+2
*
|
move "%G" format test from t7510 to t6006
Jeff King
2014-06-26
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 option
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-13
1
-0
/
+71