author | Jeff King <peff@peff.net> | |
Wed, 7 Sep 2011 17:42:39 +0000 (13:42 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 8 Sep 2011 20:50:58 +0000 (13:50 -0700) | ||
commit | 37d3e85912ea13cb1d59022e2bc2ea8cf8bf4876 | |
tree | 4a48d94bdaeec2eda4940fa6ebb95101d50a3970 | tree | snapshot |
parent | a452d148d10a89ae502bc4755c191ab323227ce5 | commit | diff |
t7004: factor out gpg setup
Other test scripts may want to look at or verify signed
tags, and the setup is non-trivial. Let's factor this out
into lib-gpg.sh for other tests to use.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Other test scripts may want to look at or verify signed
tags, and the setup is non-trivial. Let's factor this out
into lib-gpg.sh for other tests to use.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-gpg.sh | [new file with mode: 0755] | blob |
t/lib-gpg/pubring.gpg | [new file with mode: 0644] | blob |
t/lib-gpg/random_seed | [new file with mode: 0644] | blob |
t/lib-gpg/secring.gpg | [new file with mode: 0644] | blob |
t/lib-gpg/trustdb.gpg | [new file with mode: 0644] | blob |
t/t7004-tag.sh | diff | blob | history | |
t/t7004/pubring.gpg | [deleted file] | blob | history |
t/t7004/random_seed | [deleted file] | blob | history |
t/t7004/secring.gpg | [deleted file] | blob | history |
t/t7004/trustdb.gpg | [deleted file] | blob | history |