test the commit.gpgsign config option
commit4b8d14b4c5d73dd4adb354d9689022d1b87828d5
authorNicolas Vigier <boklm@mars-attacks.org>
Mon, 16 Dec 2013 13:55:04 +0000 (16 14:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 22:51:35 +0000 (24 14:51 -0800)
treee80ed11f83fd106931e8739376bb729ae3f0c6e5
parent55ca3f99ae4895605a348322dd2fc50f2065f508
test the commit.gpgsign config option

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>
t/t7510-signed-commit.sh