summaryrefslogtreecommitdiff
path: root/t/t7510-signed-commit.sh
Commit message (Collapse)AuthorAgeFilesLines
* test the commit.gpgsign config optionnv/commit-gpgsign-configNicolas Vigier2014-02-241-4/+21
| | | | | | | | | | | | | | | | The tests are checking that : - when commit.gpgsign is true, "git commit" creates signed commits - when commit.gpgsign is false, "git commit" creates unsigned commits - when commit.gpgsign is true, "git commit --no-gpg-sign" creates unsigned commits - when commit.gpgsign is true, "git rebase -f" creates signed commits Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* commit --amend -S: strip existing gpgsig headersJunio C Hamano2012-01-051-1/+10
| | | | | | | | Any existing commit signature was made against the contents of the old commit, including its committer date that is about to change, and will become invalid by amending it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
* test "commit -S" and "log --show-signature"Junio C Hamano2011-11-121-0/+71
Signed-off-by: Junio C Hamano <gitster@pobox.com>